#372E1F

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

Shades of Black Magic #372E1F

Tints of Black Magic #372E1F

Color information

#372E1F (or 0x372E1F) is unknown color: approx Black Magic. HEX triplet: 37, 2E and 1F. RGB value is (55,46,31). Sum of RGB (Red+Green+Blue) = 55+46+31=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 31 (12.5% from 255 or 23.48% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #372E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E1F is #C8D1E0. Grayscale: #2F2F2F. Windows color (decimal): -13160929 or 2043447. OLE color: 2043447.

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

Color convert

RGB554631-
CMYK00.160.440.78
HSL37.5º27.91%16.86%-
HSV(B)37.5º43.64%21.57%-
XYZ2.82.871.7-
YUV46.98118.98133.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 31 (12.5% from 255) = 23.48%
R=41.67%
G=34.85%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55463100.160.440.7837.527.9116.86
Hex372E1F0102C4E261c11
Octal67563702054116463421
Binary1101111011101111101000010110010011101001101110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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