Html Css Color HEX #372812 Black Magic

📋 copy color: '#372812'

red 55 ◦ green 40 ◦ blue 18

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

Shades of Black Magic #372812

Tints of Black Magic #372812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 35.4%

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

R = 48.67%
G = 35.4%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#372812 (or 0x372812) is known color: Black Magic. HEX triplet: 37, 28 and 12. RGB value is (55,40,18). Sum of RGB (Red+Green+Blue) = 55+40+18=113 (14% of max value = 765). Red value is 55 (21.88% from 255 or 48.67% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 55 - color contains mainly: red. Hex color #372812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372812 is #C8D7ED. Grayscale: #2A2A2A. Windows color (decimal): -13162478 or 1189943. OLE color: 1189943.

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

Color convert

RGB 55 40 18 -
CMYK 0 0.27 0.67 0.78
HSL 35.68º 0.51% 0.14% -
HSV(B) 35.68º 0.67% 0.22% -
XYZ 2.44 2.37 0.9 -
YUV 41.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 55 40 18 0 0.27 0.67 0.78 35.68 0.51 0.14
Hex 37 28 12 0 1B 43 4E 24 33 E
Octal 67 50 22 0 33 103 116 44 63 16
Binary 110111 101000 10010 0 11011 1000011 1001110 100100 110011 1110

Color Harmonies of #372812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372812

Black with #372812

Text Example


Text Example

White with #372812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372812; }

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

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

background-color css

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

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

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

border-color css

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

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

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