#310E20

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

Shades of Blackberry #310E20

Tints of Blackberry #310E20

Color information

#310E20 (or 0x310E20) is unknown color: approx Blackberry. HEX triplet: 31, 0E and 20. RGB value is (49,14,32). Sum of RGB (Red+Green+Blue) = 49+14+32=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 14 (5.86% from 255 or 14.74% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #310E20 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E20 is #CEF1DF. Grayscale: #1A1A1A. Windows color (decimal): -13562336 or 2100785. OLE color: 2100785.

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

Color convert

RGB491432-
CMYK00.710.350.81
HSL329.14º55.56%12.35%-
HSV(B)329.14º71.43%19.22%-
XYZ1.681.071.48-
YUV26.52131.1144.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 14 (5.86% from 255) = 14.74%
BLUE value IS 32 (12.89% from 255) = 33.68%
R=51.58%
G=14.74%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49143200.710.350.81329.1455.5612.35
Hex31E20047235114938c
Octal6116400107431215117014
Binary11000111101000000100011110001110100011010010011110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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