#311320

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

Shades of Blackberry #311320

Tints of Blackberry #311320

Color information

#311320 (or 0x311320) is unknown color: approx Blackberry. HEX triplet: 31, 13 and 20. RGB value is (49,19,32). Sum of RGB (Red+Green+Blue) = 49+19+32=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #311320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311320 is #CEECDF. Grayscale: #1D1D1D. Windows color (decimal): -13561056 or 2102065. OLE color: 2102065.

HSL color Cylindrical-coordinate representation of color #311320: hue angle of 334º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311320 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB491932-
CMYK00.610.350.81
HSL334º44.12%13.33%-
HSV(B)334º61.22%19.22%-
XYZ1.761.221.51-
YUV29.45129.44141.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 49%
GREEN value IS 19 (7.81% from 255) = 19%
BLUE value IS 32 (12.89% from 255) = 32%
R=49%
G=19%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49193200.610.350.8133444.1213.33
Hex31132003D235114e2cd
Octal612340075431215165415
Binary11000110011100000011110110001110100011010011101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311320; }

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

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

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

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

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

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

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

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