#310F20

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

Shades of Blackberry #310F20

Tints of Blackberry #310F20

Color information

#310F20 (or 0x310F20) is unknown color: approx Blackberry. HEX triplet: 31, 0F and 20. RGB value is (49,15,32). Sum of RGB (Red+Green+Blue) = 49+15+32=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 32 (12.89% from 255 or 33.33% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #310F20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310F20 is #CEF0DF. Grayscale: #1B1B1B. Windows color (decimal): -13562080 or 2101041. OLE color: 2101041.

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

Color convert

RGB491532-
CMYK00.690.350.81
HSL330º53.12%12.55%-
HSV(B)330º69.39%19.22%-
XYZ1.71.11.49-
YUV27.1130.76143.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 15 (6.25% from 255) = 15.62%
BLUE value IS 32 (12.89% from 255) = 33.33%
R=51.04%
G=15.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49153200.690.350.8133053.1212.55
Hex31F20045235114a35d
Octal6117400105431215126515
Binary11000111111000000100010110001110100011010010101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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