Html Css Color HEX #372912 Black Magic

📋 copy color: '#372912'

red 55 ◦ green 41 ◦ blue 18

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

Shades of Black Magic #372912

Tints of Black Magic #372912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.96%

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

R = 48.25%
G = 35.96%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#372912 (or 0x372912) is known color: Black Magic. HEX triplet: 37, 29 and 12. RGB value is (55,41,18). Sum of RGB (Red+Green+Blue) = 55+41+18=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 18 (7.42% from 255 or 15.79% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #372912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372912 is #C8D6ED. Grayscale: #2A2A2A. Windows color (decimal): -13162222 or 1190199. OLE color: 1190199.

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

Color convert

RGB 55 41 18 -
CMYK 0 0.25 0.67 0.78
HSL 37.3º 0.51% 0.14% -
HSV(B) 37.3º 0.67% 0.22% -
XYZ 2.48 2.44 0.91 -
YUV 42.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 55 41 18 0 0.25 0.67 0.78 37.3 0.51 0.14
Hex 37 29 12 0 19 43 4E 25 33 E
Octal 67 51 22 0 31 103 116 45 63 16
Binary 110111 101001 10010 0 11001 1000011 1001110 100101 110011 1110

Color Harmonies of #372912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #372912

Black with #372912

Text Example


Text Example

White with #372912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #372912; }

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

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

background-color css

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

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

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

border-color css

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

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

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