#372501

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

Shades of Black Magic #372501

Tints of Black Magic #372501

Color information

#372501 (or 0x372501) is unknown color: approx Black Magic. HEX triplet: 37, 25 and 01. RGB value is (55,37,1). Sum of RGB (Red+Green+Blue) = 55+37+1=93 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.14% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 55 - color contains mainly: red. Hex color #372501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372501 is #C8DAFE. Grayscale: #262626. Windows color (decimal): -13163263 or 75063. OLE color: 75063.

HSL color Cylindrical-coordinate representation of color #372501: hue angle of 40º 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 #372501 is Cyan = 0, Magento = 0.33, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB55371-
CMYK00.330.980.78
HSL40º96.43%10.98%-
HSV(B)40º98.18%21.57%-
XYZ2.242.140.32-
YUV38.28106.96139.93-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 59.14%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 1 (0.78% from 255) = 1.08%
R=59.14%
G=39.78%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5537100.330.980.784096.4310.98
Hex37251021624E2860b
Octal674510411421165014013
Binary110111100101101000011100010100111010100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372501; }

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

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

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

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

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

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

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

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