#310120

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

Shades of Blackberry #310120

Tints of Blackberry #310120

Color information

#310120 (or 0x310120) is unknown color: approx Blackberry. HEX triplet: 31, 01 and 20. RGB value is (49,1,32). Sum of RGB (Red+Green+Blue) = 49+1+32=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 32 (12.89% from 255 or 39.02% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #310120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310120 is #CEFEDF. Grayscale: #121212. Windows color (decimal): -13565664 or 2097457. OLE color: 2097457.

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

Color convert

RGB49132-
CMYK00.980.350.81
HSL321.25º96%9.8%-
HSV(B)321.25º97.96%19.22%-
XYZ1.540.781.44-
YUV18.89135.4149.48-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 59.76%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 32 (12.89% from 255) = 39.02%
R=59.76%
G=1.22%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4913200.980.350.81321.25969.8
Hex31120062235114160a
Octal6114001424312150114012
Binary110001110000001100010100011101000110100000111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310120; }

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

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

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

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

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

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

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

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