#310B24

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

Shades of Blackberry #310B24

Tints of Blackberry #310B24

Color information

#310B24 (or 0x310B24) is unknown color: approx Blackberry. HEX triplet: 31, 0B and 24. RGB value is (49,11,36). Sum of RGB (Red+Green+Blue) = 49+11+36=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 36 (14.45% from 255 or 37.5% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #310B24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B24 is #CEF4DB. Grayscale: #191919. Windows color (decimal): -13563100 or 2362161. OLE color: 2362161.

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

Color convert

RGB491136-
CMYK00.780.270.81
HSL320.53º63.33%11.76%-
HSV(B)320.53º77.55%19.22%-
XYZ1.71.021.78-
YUV25.21134.09144.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 51.04%
GREEN value IS 11 (4.69% from 255) = 11.46%
BLUE value IS 36 (14.45% from 255) = 37.5%
R=51.04%
G=11.46%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49113600.780.270.81320.5363.3311.76
Hex31B2404E1B511413fc
Octal6113440116331215017714
Binary1100011011100100010011101101110100011010000011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #310B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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