#311C28

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

Shades of Blackberry #311C28

Tints of Blackberry #311C28

Color information

#311C28 (or 0x311C28) is unknown color: approx Blackberry. HEX triplet: 31, 1C and 28. RGB value is (49,28,40). Sum of RGB (Red+Green+Blue) = 49+28+40=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 40 (16.02% from 255 or 34.19% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #311C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311C28 is #CEE3D7. Grayscale: #232323. Windows color (decimal): -13558744 or 2628657. OLE color: 2628657.

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

Color convert

RGB492840-
CMYK00.430.180.81
HSL325.71º27.27%15.1%-
HSV(B)325.71º42.86%19.22%-
XYZ2.061.642.21-
YUV35.65130.46137.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 28 (11.33% from 255) = 23.93%
BLUE value IS 40 (16.02% from 255) = 34.19%
R=41.88%
G=23.93%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49284000.430.180.81325.7127.2715.1
Hex311C2802B12511461bf
Octal613450053221215063317
Binary110001111001010000101011100101010001101000110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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