#371122

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

Shades of Blackberry #371122

Tints of Blackberry #371122

Color information

#371122 (or 0x371122) is unknown color: approx Blackberry. HEX triplet: 37, 11 and 22. RGB value is (55,17,34). Sum of RGB (Red+Green+Blue) = 55+17+34=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #371122 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371122 is #C8EEDD. Grayscale: #1E1E1E. Windows color (decimal): -13168350 or 2232631. OLE color: 2232631.

HSL color Cylindrical-coordinate representation of color #371122: hue angle of 333.16º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #371122 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.78.

Color convert

RGB551734-
CMYK00.690.380.78
HSL333.16º52.78%14.12%-
HSV(B)333.16º69.09%21.57%-
XYZ2.061.331.66-
YUV30.3130.09145.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 51.89%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 34 (13.67% from 255) = 32.08%
R=51.89%
G=16.04%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55173400.690.380.78333.1652.7814.12
Hex371122045264E14d35e
Octal6721420105461165156516
Binary110111100011000100100010110011010011101010011011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371122; }

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

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

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

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

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

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

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

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