Html Css Color HEX #372B12 Black Magic

📋 copy color: '#372B12'

red 55 ◦ green 43 ◦ blue 18

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

Shades of Black Magic #372B12

Tints of Black Magic #372B12

RGB

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

 GREEN value IS 43 (17.19% from 255) = 37.07%

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

R = 47.41%
G = 37.07%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#372B12 (or 0x372B12) is known color: Black Magic. HEX triplet: 37, 2B and 12. RGB value is (55,43,18). Sum of RGB (Red+Green+Blue) = 55+43+18=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 43 (17.19% from 255 or 37.07% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 55 - color contains mainly: red. Hex color #372B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372B12 is #C8D4ED. Grayscale: #2B2B2B. Windows color (decimal): -13161710 or 1190711. OLE color: 1190711.

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

Color convert

RGB 55 43 18 -
CMYK 0 0.22 0.67 0.78
HSL 40.54º 0.51% 0.14% -
HSV(B) 40.54º 0.67% 0.22% -
XYZ 2.55 2.58 0.94 -
YUV 43.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 55 43 18 0 0.22 0.67 0.78 40.54 0.51 0.14
Hex 37 2B 12 0 16 43 4E 29 33 E
Octal 67 53 22 0 26 103 116 51 63 16
Binary 110111 101011 10010 0 10110 1000011 1001110 101001 110011 1110

Color Harmonies of #372B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372B12

Black with #372B12

Text Example


Text Example

White with #372B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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