Html Css Color HEX #370820 Blackberry

📋 copy color: '#370820'

red 55 ◦ green 8 ◦ blue 32

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

Shades of Blackberry #370820

Tints of Blackberry #370820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.42%

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

R = 57.89%
G = 8.42%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.42

 K value IS 0.78

RGB Variations

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

Color information

#370820 (or 0x370820) is known color: Blackberry. HEX triplet: 37, 08 and 20. RGB value is (55,8,32). Sum of RGB (Red+Green+Blue) = 55+8+32=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 32 (12.89% from 255 or 33.68% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370820 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370820 is #C8F7DF. Grayscale: #181818. Windows color (decimal): -13170656 or 2099255. OLE color: 2099255.

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

Color convert

RGB 55 8 32 -
CMYK 0 0.85 0.42 0.78
HSL 329.36º 0.75% 0.12% -
HSV(B) 329.36º 0.85% 0.22% -
XYZ 1.92 1.09 1.48 -
YUV 24.79 132.07 149.55 -
System Red Green Blue C M Y K H S L
Decimal 55 8 32 0 0.85 0.42 0.78 329.36 0.75 0.12
Hex 37 8 20 0 55 2A 4E 149 4B C
Octal 67 10 40 0 125 52 116 511 113 14
Binary 110111 1000 100000 0 1010101 101010 1001110 101001001 1001011 1100

Color Harmonies of #370820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370820

Black with #370820

Text Example


Text Example

White with #370820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370820; }

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

 H1.HeaderClassName
 {
   color: #370820;
 }
 .AnyTagClassName
 {
   color: #370820;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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