#391122

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

Shades of Blackberry #391122

Tints of Blackberry #391122

Color information

#391122 (or 0x391122) is unknown color: approx Blackberry. HEX triplet: 39, 11 and 22. RGB value is (57,17,34). Sum of RGB (Red+Green+Blue) = 57+17+34=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #391122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #391122 is #C6EEDD. Grayscale: #1E1E1E. Windows color (decimal): -13037278 or 2232633. OLE color: 2232633.

HSL color Cylindrical-coordinate representation of color #391122: hue angle of 334.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 #391122 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.78.

Color convert

RGB571734-
CMYK00.700.400.78
HSL334.5º54.05%14.51%-
HSV(B)334.5º70.18%22.35%-
XYZ2.181.391.67-
YUV30.9129.75146.62-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 17 (7.03% from 255) = 15.74%
BLUE value IS 34 (13.67% from 255) = 31.48%
R=52.78%
G=15.74%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.40
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57173400.700.400.78334.554.0514.51
Hex391122046284E14e36f
Octal7121420106501165166617
Binary111001100011000100100011010100010011101010011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391122; }

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

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

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

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

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

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

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

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