#372601

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

Shades of Black Magic #372601

Tints of Black Magic #372601

Color information

#372601 (or 0x372601) is unknown color: approx Black Magic. HEX triplet: 37, 26 and 01. RGB value is (55,38,1). Sum of RGB (Red+Green+Blue) = 55+38+1=94 (12% of max value = 765). Red value is 55 (21.88% from 255 or 58.51% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 55 - color contains mainly: red. Hex color #372601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372601 is #C8D9FE. Grayscale: #272727. Windows color (decimal): -13163007 or 75319. OLE color: 75319.

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

Color convert

RGB55381-
CMYK00.310.980.78
HSL41.11º96.43%10.98%-
HSV(B)41.11º98.18%21.57%-
XYZ2.272.20.33-
YUV38.86106.63139.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 58.51%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=58.51%
G=40.43%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5538100.310.980.7841.1196.4310.98
Hex3726101F624E2960b
Octal674610371421165114013
Binary11011110011010111111100010100111010100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372601; }

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

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

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

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

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

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

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

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