#311526

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

Shades of Blackberry #311526

Tints of Blackberry #311526

Color information

#311526 (or 0x311526) is unknown color: approx Blackberry. HEX triplet: 31, 15 and 26. RGB value is (49,21,38). Sum of RGB (Red+Green+Blue) = 49+21+38=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #311526 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311526 is #CEEAD9. Grayscale: #1F1F1F. Windows color (decimal): -13560538 or 2495793. OLE color: 2495793.

HSL color Cylindrical-coordinate representation of color #311526: hue angle of 323.57º 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 #311526 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB492138-
CMYK00.570.220.81
HSL323.57º40%13.73%-
HSV(B)323.57º57.14%19.22%-
XYZ1.881.331.99-
YUV31.31131.78140.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 45.37%
GREEN value IS 21 (8.59% from 255) = 19.44%
BLUE value IS 38 (15.23% from 255) = 35.19%
R=45.37%
G=19.44%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49213800.570.220.81323.574013.73
Hex311526039165114428e
Octal612546071261215045016
Binary1100011010110011001110011011010100011010001001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311526; }

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

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

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

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

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

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

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

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