#310118

Color #310118 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #310118

Tints of Blackberry #310118

Color information

#310118 (or 0x310118) is unknown color: approx Blackberry. HEX triplet: 31, 01 and 18. RGB value is (49,1,24). Sum of RGB (Red+Green+Blue) = 49+1+24=74 (9% of max value = 765). Red value is 49 (19.53% from 255 or 66.22% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 49 - color contains mainly: red. Hex color #310118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310118 is #CEFEE7. Grayscale: #111111. Windows color (decimal): -13565672 or 1573169. OLE color: 1573169.

HSL color Cylindrical-coordinate representation of color #310118: hue angle of 331.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #310118 is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB49124-
CMYK00.980.510.81
HSL331.25º96%9.8%-
HSV(B)331.25º97.96%19.22%-
XYZ1.440.740.93-
YUV17.97131.4150.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 66.22%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=66.22%
G=1.35%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4912400.980.510.81331.25969.8
Hex31118062335114b60a
Octal6113001426312151314012
Binary11000111100001100010110011101000110100101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310118; }

 p { color: rgb(49,1,24); }

 H1.HeaderClassName
 {
   color: #310118;
 }
 .AnyTagClassName
 {
   color: #310118;
 }
</style>
background-color css

<style>
 a { background-color: #310118; }

 a { background-color: rgb(49,1,24); }

 div.DivClassName
 {
   background-color: #310118;
 }
 .BgClassName
 {
   background-color: #310118;
 }
</style>
border-color css

<style>
 span { border-color: #310118; }

 span { border-color: rgb(49,1,24); }

 td.TdClassName
 {
   border-color: #310118;
 }
 .TagClassName
 {
   border-color: #310118;
 }
</style>