Html Css Color HEX #372C19 Black Magic

📋 copy color: '#372C19'

red 55 ◦ green 44 ◦ blue 25

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

Shades of Black Magic #372C19

Tints of Black Magic #372C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 35.48%

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

R = 44.35%
G = 35.48%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#372C19 (or 0x372C19) is known color: Black Magic. HEX triplet: 37, 2C and 19. RGB value is (55,44,25). Sum of RGB (Red+Green+Blue) = 55+44+25=124 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.35% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 55 - color contains mainly: red. Hex color #372C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C19 is #C8D3E6. Grayscale: #2D2D2D. Windows color (decimal): -13161447 or 1649719. OLE color: 1649719.

HSL color Cylindrical-coordinate representation of color #372C19: hue angle of 38º 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 #372C19 is Cyan = 0, Magento = 0.2, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 44 25 -
CMYK 0 0.2 0.55 0.78
HSL 38º 0.38% 0.16% -
HSV(B) 38º 0.55% 0.22% -
XYZ 2.65 2.68 1.3 -
YUV 45.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 55 44 25 0 0.2 0.55 0.78 38 0.38 0.16
Hex 37 2C 19 0 14 37 4E 26 26 10
Octal 67 54 31 0 24 67 116 46 46 20
Binary 110111 101100 11001 0 10100 110111 1001110 100110 100110 10000

Color Harmonies of #372C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372C19

Black with #372C19

Text Example


Text Example

White with #372C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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