#372F23

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

Shades of Black Magic #372F23

Tints of Black Magic #372F23

Color information

#372F23 (or 0x372F23) is unknown color: approx Black Magic. HEX triplet: 37, 2F and 23. RGB value is (55,47,35). Sum of RGB (Red+Green+Blue) = 55+47+35=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 47 (18.75% from 255 or 34.31% from 137); Blue value is 35 (14.06% from 255 or 25.55% from 137); Max value from RGB is 55 - color contains mainly: red. Hex color #372F23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F23 is #C8D0DC. Grayscale: #303030. Windows color (decimal): -13160669 or 2305847. OLE color: 2305847.

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

Color convert

RGB554735-
CMYK00.150.360.78
HSL36º22.22%17.65%-
HSV(B)36º36.36%21.57%-
XYZ2.92.972.01-
YUV48.02120.65132.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 40.15%
GREEN value IS 47 (18.75% from 255) = 34.31%
BLUE value IS 35 (14.06% from 255) = 25.55%
R=40.15%
G=34.31%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55473500.150.360.783622.2217.65
Hex372F230F244E241612
Octal67574301744116442622
Binary1101111011111000110111110010010011101001001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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