Html Css Color HEX #372E19 Black Magic

📋 copy color: '#372E19'

red 55 ◦ green 46 ◦ blue 25

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

Shades of Black Magic #372E19

Tints of Black Magic #372E19

RGB

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

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

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

R = 43.65%
G = 36.51%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#372E19 (or 0x372E19) is known color: Black Magic. HEX triplet: 37, 2E and 19. RGB value is (55,46,25). Sum of RGB (Red+Green+Blue) = 55+46+25=126 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.65% from 126); Green value is 46 (18.36% from 255 or 36.51% from 126); Blue value is 25 (10.16% from 255 or 19.84% from 126); Max value from RGB is 55 - color contains mainly: red. Hex color #372E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E19 is #C8D1E6. Grayscale: #2E2E2E. Windows color (decimal): -13160935 or 1650231. OLE color: 1650231.

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

Color convert

RGB 55 46 25 -
CMYK 0 0.16 0.55 0.78
HSL 42º 0.38% 0.16% -
HSV(B) 42º 0.55% 0.22% -
XYZ 2.73 2.84 1.32 -
YUV 46.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 55 46 25 0 0.16 0.55 0.78 42 0.38 0.16
Hex 37 2E 19 0 10 37 4E 2A 26 10
Octal 67 56 31 0 20 67 116 52 46 20
Binary 110111 101110 11001 0 10000 110111 1001110 101010 100110 10000

Color Harmonies of #372E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E19

Black with #372E19

Text Example


Text Example

White with #372E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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