#372801

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

Shades of Black Magic #372801

Tints of Black Magic #372801

Color information

#372801 (or 0x372801) is unknown color: approx Black Magic. HEX triplet: 37, 28 and 01. RGB value is (55,40,1). Sum of RGB (Red+Green+Blue) = 55+40+1=96 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.29% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 55 - color contains mainly: red. Hex color #372801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372801 is #C8D7FE. Grayscale: #282828. Windows color (decimal): -13162495 or 75831. OLE color: 75831.

HSL color Cylindrical-coordinate representation of color #372801: hue angle of 43.33º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #372801 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB55401-
CMYK00.270.980.78
HSL43.33º96.43%10.98%-
HSV(B)43.33º98.18%21.57%-
XYZ2.342.330.36-
YUV40.04105.97138.67-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.29%
GREEN value IS 40 (16.02% from 255) = 41.67%
BLUE value IS 1 (0.78% from 255) = 1.04%
R=57.29%
G=41.67%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5540100.270.980.7843.3396.4310.98
Hex3728101B624E2b60b
Octal675010331421165314013
Binary11011110100010110111100010100111010101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372801; }

 p { color: rgb(55,40,1); }

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

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

 a { background-color: rgb(55,40,1); }

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

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

 span { border-color: rgb(55,40,1); }

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