#311424

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

Shades of Blackberry #311424

Tints of Blackberry #311424

Color information

#311424 (or 0x311424) is unknown color: approx Blackberry. HEX triplet: 31, 14 and 24. RGB value is (49,20,36). Sum of RGB (Red+Green+Blue) = 49+20+36=105 (13% of max value = 765). Red value is 49 (19.53% from 255 or 46.67% from 105); Green value is 20 (8.20% from 255 or 19.05% from 105); Blue value is 36 (14.45% from 255 or 34.29% from 105); Max value from RGB is 49 - color contains mainly: red. Hex color #311424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311424 is #CEEBDB. Grayscale: #1E1E1E. Windows color (decimal): -13560796 or 2364465. OLE color: 2364465.

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

Color convert

RGB492036-
CMYK00.590.270.81
HSL326.9º42.03%13.53%-
HSV(B)326.9º59.18%19.22%-
XYZ1.841.281.82-
YUV30.49131.11141.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.67%
GREEN value IS 20 (8.20% from 255) = 19.05%
BLUE value IS 36 (14.45% from 255) = 34.29%
R=46.67%
G=19.05%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49203600.590.270.81326.942.0313.53
Hex31142403B1B511472ae
Octal612444073331215075216
Binary1100011010010010001110111101110100011010001111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311424; }

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

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

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

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

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

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

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

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