#372A03

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

Shades of Black Magic #372A03

Tints of Black Magic #372A03

Color information

#372A03 (or 0x372A03) is unknown color: approx Black Magic. HEX triplet: 37, 2A and 03. RGB value is (55,42,3). Sum of RGB (Red+Green+Blue) = 55+42+3=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 42 (16.80% from 255 or 42% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #372A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372A03 is #C8D5FC. Grayscale: #292929. Windows color (decimal): -13161981 or 207415. OLE color: 207415.

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

Color convert

RGB55423-
CMYK00.240.950.78
HSL45º89.66%11.37%-
HSV(B)45º94.55%21.57%-
XYZ2.422.470.44-
YUV41.44106.31137.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 55%
GREEN value IS 42 (16.80% from 255) = 42%
BLUE value IS 3 (1.56% from 255) = 3%
R=55%
G=42%
B=3%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5542300.240.950.784589.6611.37
Hex372A30185F4E2d5ab
Octal675230301371165513213
Binary110111101010110110001011111100111010110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,42,3); }

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

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

 a { background-color: rgb(55,42,3); }

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

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

 span { border-color: rgb(55,42,3); }

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