#310618

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

Shades of Blackberry #310618

Tints of Blackberry #310618

Color information

#310618 (or 0x310618) is unknown color: approx Blackberry. HEX triplet: 31, 06 and 18. RGB value is (49,6,24). Sum of RGB (Red+Green+Blue) = 49+6+24=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 24 (9.77% from 255 or 30.38% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #310618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310618 is #CEF9E7. Grayscale: #141414. Windows color (decimal): -13564392 or 1574449. OLE color: 1574449.

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

Color convert

RGB49624-
CMYK00.880.510.81
HSL334.88º78.18%10.78%-
HSV(B)334.88º87.76%19.22%-
XYZ1.50.850.95-
YUV20.91129.75148.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.03%
GREEN value IS 6 (2.73% from 255) = 7.59%
BLUE value IS 24 (9.77% from 255) = 30.38%
R=62.03%
G=7.59%
B=30.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4962400.880.510.81334.8878.1810.78
Hex31618058335114f4eb
Octal6163001306312151711613
Binary1100011101100001011000110011101000110100111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310618; }

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

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

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

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

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

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

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

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