Html Css Color HEX #372E16 Black Magic

📋 copy color: '#372E16'

red 55 ◦ green 46 ◦ blue 22

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

Shades of Black Magic #372E16

Tints of Black Magic #372E16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 44.72%
G = 37.4%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#372E16 (or 0x372E16) is known color: Black Magic. HEX triplet: 37, 2E and 16. RGB value is (55,46,22). Sum of RGB (Red+Green+Blue) = 55+46+22=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 55 - color contains mainly: red. Hex color #372E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372E16 is #C8D1E9. Grayscale: #2E2E2E. Windows color (decimal): -13160938 or 1453623. OLE color: 1453623.

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

Color convert

RGB 55 46 22 -
CMYK 0 0.16 0.6 0.78
HSL 43.64º 0.43% 0.15% -
HSV(B) 43.64º 0.6% 0.22% -
XYZ 2.7 2.82 1.16 -
YUV 45.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 55 46 22 0 0.16 0.6 0.78 43.64 0.43 0.15
Hex 37 2E 16 0 10 3C 4E 2C 2B F
Octal 67 56 26 0 20 74 116 54 53 17
Binary 110111 101110 10110 0 10000 111100 1001110 101100 101011 1111

Color Harmonies of #372E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372E16

Black with #372E16

Text Example


Text Example

White with #372E16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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