#311128

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

Shades of Blackberry #311128

Tints of Blackberry #311128

Color information

#311128 (or 0x311128) is unknown color: approx Blackberry. HEX triplet: 31, 11 and 28. RGB value is (49,17,40). Sum of RGB (Red+Green+Blue) = 49+17+40=106 (14% of max value = 765). Red value is 49 (19.53% from 255 or 46.23% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 49 - color contains mainly: red. Hex color #311128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311128 is #CEEED7. Grayscale: #1D1D1D. Windows color (decimal): -13561560 or 2625841. OLE color: 2625841.

HSL color Cylindrical-coordinate representation of color #311128: hue angle of 316.88º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #311128 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.81.

Color convert

RGB491740-
CMYK00.650.180.81
HSL316.88º48.48%12.94%-
HSV(B)316.88º65.31%19.22%-
XYZ1.851.212.14-
YUV29.19134.1142.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 46.23%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 40 (16.02% from 255) = 37.74%
R=46.23%
G=16.04%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49174000.650.180.81316.8848.4812.94
Hex311128041125113d30d
Octal6121500101221214756015
Binary11000110001101000010000011001010100011001111011100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311128; }

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

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

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

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

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

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

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

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