Html Css Color HEX #370220 Blackberry

📋 copy color: '#370220'

red 55 ◦ green 2 ◦ blue 32

#370220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackberry #370220

Tints of Blackberry #370220

RGB

 RED value IS 55 (21.88% from 255) = 61.8%

 GREEN value IS 2 (1.17% from 255) = 2.25%

 BLUE value IS 32 (12.89% from 255) = 35.96%

R = 61.8%
G = 2.25%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#370220 (or 0x370220) is known color: 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

RGB 55 2 32 -
CMYK 0 0.96 0.42 0.78
HSL 326.04º 0.93% 0.11% -
HSV(B) 326.04º 0.96% 0.22% -
XYZ 1.86 0.96 1.45 -
YUV 21.27 134.06 152.06 -
System Red Green Blue C M Y K H S L
Decimal 55 2 32 0 0.96 0.42 0.78 326.04 0.93 0.11
Hex 37 2 20 0 60 2A 4E 146 5D B
Octal 67 2 40 0 140 52 116 506 135 13
Binary 110111 10 100000 0 1100000 101010 1001110 101000110 1011101 1011

Color Harmonies of #370220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370220

Black with #370220

Text Example


Text Example

White with #370220

Text Example


Text Example

HTML Codes & Css Web 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>