#311B28

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

Shades of Blackberry #311B28

Tints of Blackberry #311B28

Color information

#311B28 (or 0x311B28) is unknown color: approx Blackberry. HEX triplet: 31, 1B and 28. RGB value is (49,27,40). Sum of RGB (Red+Green+Blue) = 49+27+40=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #311B28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B28 is #CEE4D7. Grayscale: #232323. Windows color (decimal): -13559000 or 2628401. OLE color: 2628401.

HSL color Cylindrical-coordinate representation of color #311B28: hue angle of 324.55º 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 #311B28 is Cyan = 0, Magento = 0.45, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB492740-
CMYK00.450.180.81
HSL324.55º28.95%14.9%-
HSV(B)324.55º44.9%19.22%-
XYZ2.041.592.21-
YUV35.06130.79137.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 40 (16.02% from 255) = 34.48%
R=42.24%
G=23.28%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49274000.450.180.81324.5528.9514.9
Hex311B2802D12511451df
Octal613350055221215053517
Binary110001110111010000101101100101010001101000101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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