#392701

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

Shades of Black Magic #392701

Tints of Black Magic #392701

Color information

#392701 (or 0x392701) is unknown color: approx Black Magic. HEX triplet: 39, 27 and 01. RGB value is (57,39,1). Sum of RGB (Red+Green+Blue) = 57+39+1=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 39 (15.62% from 255 or 40.21% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #392701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392701 is #C6D8FE. Grayscale: #282828. Windows color (decimal): -13031679 or 75577. OLE color: 75577.

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

Color convert

RGB57391-
CMYK00.320.980.78
HSL40.71º96.55%11.37%-
HSV(B)40.71º98.25%22.35%-
XYZ2.422.320.35-
YUV40.05105.96140.09-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 58.76%
GREEN value IS 39 (15.62% from 255) = 40.21%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=58.76%
G=40.21%
B=1.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.98
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5739100.320.980.7840.7196.5511.37
Hex39271020624E2961b
Octal714710401421165114113
Binary111001100111101000001100010100111010100111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392701; }

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

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

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

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

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

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

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

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