#372F22

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

Shades of Black Magic #372F22

Tints of Black Magic #372F22

Color information

#372F22 (or 0x372F22) is unknown color: approx Black Magic. HEX triplet: 37, 2F and 22. RGB value is (55,47,34). Sum of RGB (Red+Green+Blue) = 55+47+34=136 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.44% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 34 (13.67% from 255 or 25% from 136); Max value from RGB is 55 - color contains mainly: red. Hex color #372F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F22 is #C8D0DD. Grayscale: #2F2F2F. Windows color (decimal): -13160670 or 2240311. OLE color: 2240311.

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

Color convert

RGB554734-
CMYK00.150.380.78
HSL37.14º23.6%17.45%-
HSV(B)37.14º38.18%21.57%-
XYZ2.882.961.93-
YUV47.91120.15133.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.44%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 34 (13.67% from 255) = 25%
R=40.44%
G=34.56%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.38
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55473400.150.380.7837.1423.617.45
Hex372F220F264E251811
Octal67574201746116453021
Binary1101111011111000100111110011010011101001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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