#310116

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

Shades of Blackberry #310116

Tints of Blackberry #310116

Color information

#310116 (or 0x310116) is unknown color: approx Blackberry. HEX triplet: 31, 01 and 16. RGB value is (49,1,22). Sum of RGB (Red+Green+Blue) = 49+1+22=72 (9% of max value = 765). Red value is 49 (19.53% from 255 or 68.06% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 22 (8.98% from 255 or 30.56% from 72); Max value from RGB is 49 - color contains mainly: red. Hex color #310116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310116 is #CEFEE9. Grayscale: #111111. Windows color (decimal): -13565674 or 1442097. OLE color: 1442097.

HSL color Cylindrical-coordinate representation of color #310116: hue angle of 333.75º 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 #310116 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB49122-
CMYK00.980.550.81
HSL333.75º96%9.8%-
HSV(B)333.75º97.96%19.22%-
XYZ1.420.730.83-
YUV17.75130.4150.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 68.06%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 22 (8.98% from 255) = 30.56%
R=68.06%
G=1.39%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4912200.980.550.81333.75969.8
Hex31116062375114e60a
Octal6112601426712151614012
Binary11000111011001100010110111101000110100111011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310116; }

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

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

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

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

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

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

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

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