#310518

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

Shades of Blackberry #310518

Tints of Blackberry #310518

Color information

#310518 (or 0x310518) is unknown color: approx Blackberry. HEX triplet: 31, 05 and 18. RGB value is (49,5,24). Sum of RGB (Red+Green+Blue) = 49+5+24=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 5 (2.34% from 255 or 6.41% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #310518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310518 is #CEFAE7. Grayscale: #141414. Windows color (decimal): -13564648 or 1574193. OLE color: 1574193.

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

Color convert

RGB49524-
CMYK00.900.510.81
HSL334.09º81.48%10.59%-
HSV(B)334.09º89.8%19.22%-
XYZ1.490.830.95-
YUV20.32130.08148.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 62.82%
GREEN value IS 5 (2.34% from 255) = 6.41%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=62.82%
G=6.41%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4952400.900.510.81334.0981.4810.59
Hex3151805A335114e51b
Octal6153001326312151612113
Binary1100011011100001011010110011101000110100111010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310518; }

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

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

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

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

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

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

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

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