Html Css Color HEX #372D19 Black Magic

📋 copy color: '#372D19'

red 55 ◦ green 45 ◦ blue 25

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

Shades of Black Magic #372D19

Tints of Black Magic #372D19

RGB

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

 GREEN value IS 45 (17.97% from 255) = 36%

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

R = 44%
G = 36%
B = 20%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#372D19 (or 0x372D19) is known color: Black Magic. HEX triplet: 37, 2D and 19. RGB value is (55,45,25). Sum of RGB (Red+Green+Blue) = 55+45+25=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 45 (17.97% from 255 or 36% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #372D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D19 is #C8D2E6. Grayscale: #2D2D2D. Windows color (decimal): -13161191 or 1649975. OLE color: 1649975.

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

Color convert

RGB 55 45 25 -
CMYK 0 0.18 0.55 0.78
HSL 40º 0.38% 0.16% -
HSV(B) 40º 0.55% 0.22% -
XYZ 2.69 2.76 1.31 -
YUV 45.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 55 45 25 0 0.18 0.55 0.78 40 0.38 0.16
Hex 37 2D 19 0 12 37 4E 28 26 10
Octal 67 55 31 0 22 67 116 50 46 20
Binary 110111 101101 11001 0 10010 110111 1001110 101000 100110 10000

Color Harmonies of #372D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D19

Black with #372D19

Text Example


Text Example

White with #372D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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