#310A20

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

Shades of Blackberry #310A20

Tints of Blackberry #310A20

Color information

#310A20 (or 0x310A20) is unknown color: approx Blackberry. HEX triplet: 31, 0A and 20. RGB value is (49,10,32). Sum of RGB (Red+Green+Blue) = 49+10+32=91 (12% of max value = 765). Red value is 49 (19.53% from 255 or 53.85% from 91); Green value is 10 (4.30% from 255 or 10.99% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 49 - color contains mainly: red. Hex color #310A20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310A20 is #CEF5DF. Grayscale: #181818. Windows color (decimal): -13563360 or 2099761. OLE color: 2099761.

HSL color Cylindrical-coordinate representation of color #310A20: hue angle of 326.15º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A20 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.81.

Color convert

RGB491032-
CMYK00.800.350.81
HSL326.15º66.1%11.57%-
HSV(B)326.15º79.59%19.22%-
XYZ1.640.971.47-
YUV24.17132.42145.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 53.85%
GREEN value IS 10 (4.30% from 255) = 10.99%
BLUE value IS 32 (12.89% from 255) = 35.16%
R=53.85%
G=10.99%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49103200.800.350.81326.1566.111.57
Hex31A20050235114642c
Octal61124001204312150610214
Binary110001101010000001010000100011101000110100011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #310A20; }

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

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

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

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

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

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

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

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