#311524

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

Shades of Blackberry #311524

Tints of Blackberry #311524

Color information

#311524 (or 0x311524) is unknown color: approx Blackberry. HEX triplet: 31, 15 and 24. RGB value is (49,21,36). Sum of RGB (Red+Green+Blue) = 49+21+36=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 21 (8.59% from 255 or 19.81% from 106); Blue value is 36 (14.45% from 255 or 33.96% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #311524 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311524 is #CEEADB. Grayscale: #1F1F1F. Windows color (decimal): -13560540 or 2364721. OLE color: 2364721.

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

Color convert

RGB492136-
CMYK00.570.270.81
HSL327.86º40%13.73%-
HSV(B)327.86º57.14%19.22%-
XYZ1.851.321.83-
YUV31.08130.78140.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 21 (8.59% from 255) = 19.81%
BLUE value IS 36 (14.45% from 255) = 33.96%
R=46.23%
G=19.81%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49213600.570.270.81327.864013.73
Hex3115240391B5114828e
Octal612544071331215105016
Binary1100011010110010001110011101110100011010010001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311524; }

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

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

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

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

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

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

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

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