Html Css Color HEX #372A19 Black Magic

📋 copy color: '#372A19'

red 55 ◦ green 42 ◦ blue 25

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

Shades of Black Magic #372A19

Tints of Black Magic #372A19

RGB

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

 GREEN value IS 42 (16.8% from 255) = 34.43%

 BLUE value IS 25 (10.16% from 255) = 20.49%

R = 45.08%
G = 34.43%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#372A19 (or 0x372A19) is known color: Black Magic. HEX triplet: 37, 2A and 19. RGB value is (55,42,25). Sum of RGB (Red+Green+Blue) = 55+42+25=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 55 - color contains mainly: red. Hex color #372A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A19 is #C8D5E6. Grayscale: #2C2C2C. Windows color (decimal): -13161959 or 1649207. OLE color: 1649207.

HSL color Cylindrical-coordinate representation of color #372A19: hue angle of 34º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #372A19 is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 42 25 -
CMYK 0 0.24 0.55 0.78
HSL 34º 0.38% 0.16% -
HSV(B) 34º 0.55% 0.22% -
XYZ 2.58 2.54 1.27 -
YUV 43.95 117.31 135.88 -
System Red Green Blue C M Y K H S L
Decimal 55 42 25 0 0.24 0.55 0.78 34 0.38 0.16
Hex 37 2A 19 0 18 37 4E 22 26 10
Octal 67 52 31 0 30 67 116 42 46 20
Binary 110111 101010 11001 0 11000 110111 1001110 100010 100110 10000

Color Harmonies of #372A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372A19

Black with #372A19

Text Example


Text Example

White with #372A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372A19; }

 p { color: rgb(55,42,25); }

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

background-color css

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

 a { background-color: rgb(55,42,25); }

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

border-color css

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

 span { border-color: rgb(55,42,25); }

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