Html Css Color HEX #372E18 Black Magic

📋 copy color: '#372E18'

red 55 ◦ green 46 ◦ blue 24

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

Shades of Black Magic #372E18

Tints of Black Magic #372E18

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.8%

 BLUE value IS 24 (9.77% from 255) = 19.2%

R = 44%
G = 36.8%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#372E18 (or 0x372E18) is known color: Black Magic. HEX triplet: 37, 2E and 18. RGB value is (55,46,24). Sum of RGB (Red+Green+Blue) = 55+46+24=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 24 (9.77% from 255 or 19.2% from 125); Max value from RGB is 55 - color contains mainly: red. Hex color #372E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E18 is #C8D1E7. Grayscale: #2E2E2E. Windows color (decimal): -13160936 or 1584695. OLE color: 1584695.

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

Color convert

RGB 55 46 24 -
CMYK 0 0.16 0.56 0.78
HSL 42.58º 0.39% 0.15% -
HSV(B) 42.58º 0.56% 0.22% -
XYZ 2.72 2.83 1.27 -
YUV 46.18 115.48 134.29 -
System Red Green Blue C M Y K H S L
Decimal 55 46 24 0 0.16 0.56 0.78 42.58 0.39 0.15
Hex 37 2E 18 0 10 38 4E 2B 27 F
Octal 67 56 30 0 20 70 116 53 47 17
Binary 110111 101110 11000 0 10000 111000 1001110 101011 100111 1111

Color Harmonies of #372E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E18

Black with #372E18

Text Example


Text Example

White with #372E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,46,24); }

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

background-color css

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

 a { background-color: rgb(55,46,24); }

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

border-color css

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

 span { border-color: rgb(55,46,24); }

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