#372F1C

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

Shades of Black Magic #372F1C

Tints of Black Magic #372F1C

Color information

#372F1C (or 0x372F1C) is unknown color: approx Black Magic. HEX triplet: 37, 2F and 1C. RGB value is (55,47,28). Sum of RGB (Red+Green+Blue) = 55+47+28=130 (17% of max value = 765). Red value is 55 (21.88% from 255 or 42.31% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 28 (11.33% from 255 or 21.54% from 130); Max value from RGB is 55 - color contains mainly: red. Hex color #372F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F1C is #C8D0E3. Grayscale: #2F2F2F. Windows color (decimal): -13160676 or 1847095. OLE color: 1847095.

HSL color Cylindrical-coordinate representation of color #372F1C: hue angle of 42.22º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #372F1C is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB554728-
CMYK00.150.490.78
HSL42.22º32.53%16.27%-
HSV(B)42.22º49.09%21.57%-
XYZ2.82.931.52-
YUV47.23117.15133.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 42.31%
GREEN value IS 47 (18.75% from 255) = 36.15%
BLUE value IS 28 (11.33% from 255) = 21.54%
R=42.31%
G=36.15%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.49
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55472800.150.490.7842.2232.5316.27
Hex372F1C0F314E2a2110
Octal67573401761116524120
Binary1101111011111110001111110001100111010101010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,47,28); }

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

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

 a { background-color: rgb(55,47,28); }

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

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

 span { border-color: rgb(55,47,28); }

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