Html Css Color HEX #372D12 Black Magic

📋 copy color: '#372D12'

red 55 ◦ green 45 ◦ blue 18

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

Shades of Black Magic #372D12

Tints of Black Magic #372D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 46.61%
G = 38.14%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#372D12 (or 0x372D12) is known color: Black Magic. HEX triplet: 37, 2D and 12. RGB value is (55,45,18). Sum of RGB (Red+Green+Blue) = 55+45+18=118 (15% of max value = 765). Red value is 55 (21.88% from 255 or 46.61% from 118); Green value is 45 (17.97% from 255 or 38.14% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 55 - color contains mainly: red. Hex color #372D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372D12 is #C8D2ED. Grayscale: #2D2D2D. Windows color (decimal): -13161198 or 1191223. OLE color: 1191223.

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

Color convert

RGB 55 45 18 -
CMYK 0 0.18 0.67 0.78
HSL 43.78º 0.51% 0.14% -
HSV(B) 43.78º 0.67% 0.22% -
XYZ 2.62 2.73 0.96 -
YUV 44.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 55 45 18 0 0.18 0.67 0.78 43.78 0.51 0.14
Hex 37 2D 12 0 12 43 4E 2C 33 E
Octal 67 55 22 0 22 103 116 54 63 16
Binary 110111 101101 10010 0 10010 1000011 1001110 101100 110011 1110

Color Harmonies of #372D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372D12

Black with #372D12

Text Example


Text Example

White with #372D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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