#372C0F

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

Shades of Black Magic #372C0F

Tints of Black Magic #372C0F

Color information

#372C0F (or 0x372C0F) is unknown color: approx Black Magic. HEX triplet: 37, 2C and 0F. RGB value is (55,44,15). Sum of RGB (Red+Green+Blue) = 55+44+15=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 44 (17.58% from 255 or 38.60% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #372C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C0F is #C8D3F0. Grayscale: #2C2C2C. Windows color (decimal): -13161457 or 994359. OLE color: 994359.

HSL color Cylindrical-coordinate representation of color #372C0F: hue angle of 43.5º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372C0F is Cyan = 0, Magento = 0.2, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB554415-
CMYK00.20.730.78
HSL43.5º57.14%13.73%-
HSV(B)43.5º72.73%21.57%-
XYZ2.562.650.83-
YUV43.98111.64135.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 48.25%
GREEN value IS 44 (17.58% from 255) = 38.60%
BLUE value IS 15 (6.25% from 255) = 13.16%
R=48.25%
G=38.60%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55441500.20.730.7843.557.1413.73
Hex372CF014494E2c39e
Octal675417024111116547116
Binary1101111011001111010100100100110011101011001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,44,15); }

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

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

 a { background-color: rgb(55,44,15); }

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

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

 span { border-color: rgb(55,44,15); }

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