#310C24

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

Shades of Blackberry #310C24

Tints of Blackberry #310C24

Color information

#310C24 (or 0x310C24) is unknown color: approx Blackberry. HEX triplet: 31, 0C and 24. RGB value is (49,12,36). Sum of RGB (Red+Green+Blue) = 49+12+36=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 36 (14.45% from 255 or 37.11% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #310C24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310C24 is #CEF3DB. Grayscale: #191919. Windows color (decimal): -13562844 or 2362417. OLE color: 2362417.

HSL color Cylindrical-coordinate representation of color #310C24: hue angle of 321.08º 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 #310C24 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB491236-
CMYK00.760.270.81
HSL321.08º60.66%11.96%-
HSV(B)321.08º75.51%19.22%-
XYZ1.721.041.78-
YUV25.8133.76144.55-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 50.52%
GREEN value IS 12 (5.08% from 255) = 12.37%
BLUE value IS 36 (14.45% from 255) = 37.11%
R=50.52%
G=12.37%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49123600.760.270.81321.0860.6611.96
Hex31C2404C1B511413dc
Octal6114440114331215017514
Binary1100011100100100010011001101110100011010000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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