#311B26

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

Shades of Blackberry #311B26

Tints of Blackberry #311B26

Color information

#311B26 (or 0x311B26) is unknown color: approx Blackberry. HEX triplet: 31, 1B and 26. RGB value is (49,27,38). Sum of RGB (Red+Green+Blue) = 49+27+38=114 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.98% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 49 - color contains mainly: red. Hex color #311B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B26 is #CEE4D9. Grayscale: #222222. Windows color (decimal): -13559002 or 2497329. OLE color: 2497329.

HSL color Cylindrical-coordinate representation of color #311B26: hue angle of 330º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #311B26 is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB492738-
CMYK00.450.220.81
HSL330º28.95%14.9%-
HSV(B)330º44.9%19.22%-
XYZ2.011.582.03-
YUV34.83129.79138.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.98%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 38 (15.23% from 255) = 33.33%
R=42.98%
G=23.68%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49273800.450.220.8133028.9514.9
Hex311B2602D165114a1df
Octal613346055261215123517
Binary110001110111001100101101101101010001101001010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311B26; }

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

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

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

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

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

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

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

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