#370220

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

Shades of Blackberry #370220

Tints of Blackberry #370220

Color information

#370220 (or 0x370220) is unknown color: approx Blackberry. HEX triplet: 37, 02 and 20. RGB value is (55,2,32). Sum of RGB (Red+Green+Blue) = 55+2+32=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #370220 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370220 is #C8FDDF. Grayscale: #151515. Windows color (decimal): -13172192 or 2097719. OLE color: 2097719.

HSL color Cylindrical-coordinate representation of color #370220: hue angle of 326.04º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370220 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB55232-
CMYK00.960.420.78
HSL326.04º92.98%11.18%-
HSV(B)326.04º96.36%21.57%-
XYZ1.860.961.45-
YUV21.27134.06152.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 61.80%
GREEN value IS 2 (1.17% from 255) = 2.25%
BLUE value IS 32 (12.89% from 255) = 35.96%
R=61.80%
G=2.25%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523200.960.420.78326.0492.9811.18
Hex372200602A4E1465db
Octal6724001405211650613513
Binary1101111010000001100000101010100111010100011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370220; }

 p { color: rgb(55,2,32); }

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

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

 a { background-color: rgb(55,2,32); }

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

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

 span { border-color: rgb(55,2,32); }

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