#311924

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

Shades of Blackberry #311924

Tints of Blackberry #311924

Color information

#311924 (or 0x311924) is unknown color: approx Blackberry. HEX triplet: 31, 19 and 24. RGB value is (49,25,36). Sum of RGB (Red+Green+Blue) = 49+25+36=110 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.55% from 110); Green value is 25 (10.16% from 255 or 22.73% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 49 - color contains mainly: red. Hex color #311924 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311924 is #CEE6DB. Grayscale: #212121. Windows color (decimal): -13559516 or 2365745. OLE color: 2365745.

HSL color Cylindrical-coordinate representation of color #311924: hue angle of 332.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #311924 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.81.

Color convert

RGB492536-
CMYK00.490.270.81
HSL332.5º32.43%14.51%-
HSV(B)332.5º48.98%19.22%-
XYZ1.931.481.85-
YUV33.43129.45139.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 44.55%
GREEN value IS 25 (10.16% from 255) = 22.73%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=44.55%
G=22.73%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49253600.490.270.81332.532.4314.51
Hex3119240311B5114c20f
Octal613144061331215144017
Binary1100011100110010001100011101110100011010011001000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311924; }

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

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

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

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

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

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

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

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