#310C22

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

Shades of Blackberry #310C22

Tints of Blackberry #310C22

Color information

#310C22 (or 0x310C22) is unknown color: approx Blackberry. HEX triplet: 31, 0C and 22. RGB value is (49,12,34). Sum of RGB (Red+Green+Blue) = 49+12+34=95 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.58% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 34 (13.67% from 255 or 35.79% from 95); Max value from RGB is 49 - color contains mainly: red. Hex color #310C22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C22 is #CEF3DD. Grayscale: #191919. Windows color (decimal): -13562846 or 2231345. OLE color: 2231345.

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

Color convert

RGB491234-
CMYK00.760.310.81
HSL324.32º60.66%11.96%-
HSV(B)324.32º75.51%19.22%-
XYZ1.691.031.62-
YUV25.57132.76144.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.58%
GREEN value IS 12 (5.08% from 255) = 12.63%
BLUE value IS 34 (13.67% from 255) = 35.79%
R=51.58%
G=12.63%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.31
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49123400.760.310.81324.3260.6611.96
Hex31C2204C1F511443dc
Octal6114420114371215047514
Binary1100011100100010010011001111110100011010001001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,12,34); }

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

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

 a { background-color: rgb(49,12,34); }

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

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

 span { border-color: rgb(49,12,34); }

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