Html Css Color HEX #372D17 Black Magic

📋 copy color: '#372D17'

red 55 ◦ green 45 ◦ blue 23

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

Shades of Black Magic #372D17

Tints of Black Magic #372D17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 18.7%

R = 44.72%
G = 36.59%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#372D17 (or 0x372D17) is known color: Black Magic. HEX triplet: 37, 2D and 17. RGB value is (55,45,23). Sum of RGB (Red+Green+Blue) = 55+45+23=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #372D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D17 is #C8D2E8. Grayscale: #2D2D2D. Windows color (decimal): -13161193 or 1518903. OLE color: 1518903.

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

Color convert

RGB 55 45 23 -
CMYK 0 0.18 0.58 0.78
HSL 41.25º 0.41% 0.15% -
HSV(B) 41.25º 0.58% 0.22% -
XYZ 2.67 2.75 1.2 -
YUV 45.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 55 45 23 0 0.18 0.58 0.78 41.25 0.41 0.15
Hex 37 2D 17 0 12 3A 4E 29 29 F
Octal 67 55 27 0 22 72 116 51 51 17
Binary 110111 101101 10111 0 10010 111010 1001110 101001 101001 1111

Color Harmonies of #372D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D17

Black with #372D17

Text Example


Text Example

White with #372D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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