#391120

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

Shades of Blackberry #391120

Tints of Blackberry #391120

Color information

#391120 (or 0x391120) is unknown color: approx Blackberry. HEX triplet: 39, 11 and 20. RGB value is (57,17,32). Sum of RGB (Red+Green+Blue) = 57+17+32=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #391120 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391120 is #C6EEDF. Grayscale: #1E1E1E. Windows color (decimal): -13037280 or 2101561. OLE color: 2101561.

HSL color Cylindrical-coordinate representation of color #391120: hue angle of 337.5º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #391120 is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB571732-
CMYK00.700.440.78
HSL337.5º54.05%14.51%-
HSV(B)337.5º70.18%22.35%-
XYZ2.151.381.52-
YUV30.67128.75146.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 53.77%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 32 (12.89% from 255) = 30.19%
R=53.77%
G=16.04%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57173200.700.440.78337.554.0514.51
Hex3911200462C4E15236f
Octal7121400106541165226617
Binary111001100011000000100011010110010011101010100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391120; }

 p { color: rgb(57,17,32); }

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

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

 a { background-color: rgb(57,17,32); }

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

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

 span { border-color: rgb(57,17,32); }

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