#372D1F

Color #372D1F Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #372D1F

Tints of Black Magic #372D1F

Color information

#372D1F (or 0x372D1F) is unknown color: approx Black Magic. HEX triplet: 37, 2D and 1F. RGB value is (55,45,31). Sum of RGB (Red+Green+Blue) = 55+45+31=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 31 (12.5% from 255 or 23.66% from 131); Max value from RGB is 55 - color contains mainly: red. Hex color #372D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D1F is #C8D2E0. Grayscale: #2E2E2E. Windows color (decimal): -13161185 or 2043191. OLE color: 2043191.

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

Color convert

RGB554531-
CMYK00.180.440.78
HSL35º27.91%16.86%-
HSV(B)35º43.64%21.57%-
XYZ2.762.791.69-
YUV46.39119.31134.14-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.98%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 31 (12.5% from 255) = 23.66%
R=41.98%
G=34.35%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55453100.180.440.783527.9116.86
Hex372D1F0122C4E231c11
Octal67553702254116433421
Binary1101111011011111101001010110010011101000111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #372D1F;
 }
 .AnyTagClassName
 {
   color: #372D1F;
 }
</style>
background-color css

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

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

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

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

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

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