#372701

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

Shades of Black Magic #372701

Tints of Black Magic #372701

Color information

#372701 (or 0x372701) is unknown color: approx Black Magic. HEX triplet: 37, 27 and 01. RGB value is (55,39,1). Sum of RGB (Red+Green+Blue) = 55+39+1=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 39 (15.62% from 255 or 41.05% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #372701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372701 is #C8D8FE. Grayscale: #272727. Windows color (decimal): -13162751 or 75575. OLE color: 75575.

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

Color convert

RGB55391-
CMYK00.290.980.78
HSL42.22º96.43%10.98%-
HSV(B)42.22º98.18%21.57%-
XYZ2.312.270.34-
YUV39.45106.3139.09-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 57.89%
GREEN value IS 39 (15.62% from 255) = 41.05%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=57.89%
G=41.05%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5539100.290.980.7842.2296.4310.98
Hex3727101D624E2a60b
Octal674710351421165214013
Binary11011110011110111011100010100111010101011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372701; }

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

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

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

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

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

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

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

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