#310016

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

Shades of Blackberry #310016

Tints of Blackberry #310016

Color information

#310016 (or 0x310016) is unknown color: approx Blackberry. HEX triplet: 31, 00 and 16. RGB value is (49,0,22). Sum of RGB (Red+Green+Blue) = 49+0+22=71 (9% of max value = 765). Red value is 49 (19.53% from 255 or 69.01% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 22 (8.98% from 255 or 30.99% from 71); Max value from RGB is 49 - color contains mainly: red. Hex color #310016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310016 is #CEFFE9. Grayscale: #111111. Windows color (decimal): -13565930 or 1441841. OLE color: 1441841.

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

Color convert

RGB49022-
CMYK010.550.81
HSL333.06º100%9.61%-
HSV(B)333.06º100%19.22%-
XYZ1.410.710.82-
YUV17.16130.73150.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 69.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 22 (8.98% from 255) = 30.99%
R=69.01%
G=0%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49022010.550.81333.061009.61
Hex31016064375114d64a
Octal6102601446712151514412
Binary11000101011001100100110111101000110100110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310016; }

 p { color: rgb(49,0,22); }

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

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

 a { background-color: rgb(49,0,22); }

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

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

 span { border-color: rgb(49,0,22); }

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