#311B27

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

Shades of Blackberry #311B27

Tints of Blackberry #311B27

Color information

#311B27 (or 0x311B27) is unknown color: approx Blackberry. HEX triplet: 31, 1B and 27. RGB value is (49,27,39). Sum of RGB (Red+Green+Blue) = 49+27+39=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #311B27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311B27 is #CEE4D8. Grayscale: #222222. Windows color (decimal): -13559001 or 2562865. OLE color: 2562865.

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

Color convert

RGB492739-
CMYK00.450.200.81
HSL327.27º28.95%14.9%-
HSV(B)327.27º44.9%19.22%-
XYZ2.021.582.12-
YUV34.95130.29138.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.61%
GREEN value IS 27 (10.94% from 255) = 23.48%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=42.61%
G=23.48%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49273900.450.200.81327.2728.9514.9
Hex311B2702D14511471df
Octal613347055241215073517
Binary110001110111001110101101101001010001101000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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