#392907

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

Shades of Black Magic #392907

Tints of Black Magic #392907

Color information

#392907 (or 0x392907) is unknown color: approx Black Magic. HEX triplet: 39, 29 and 07. RGB value is (57,41,7). Sum of RGB (Red+Green+Blue) = 57+41+7=105 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.29% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 57 - color contains mainly: red. Hex color #392907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392907 is #C6D6F8. Grayscale: #2A2A2A. Windows color (decimal): -13031161 or 469305. OLE color: 469305.

HSL color Cylindrical-coordinate representation of color #392907: hue angle of 40.8º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #392907 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.78.

Color convert

RGB57417-
CMYK00.280.880.78
HSL40.8º78.12%12.55%-
HSV(B)40.8º87.72%22.35%-
XYZ2.522.470.55-
YUV41.91108.3138.76-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.29%
GREEN value IS 41 (16.41% from 255) = 39.05%
BLUE value IS 7 (3.12% from 255) = 6.67%
R=54.29%
G=39.05%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5741700.280.880.7840.878.1212.55
Hex3929701C584E294ed
Octal715170341301165111615
Binary1110011010011110111001011000100111010100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392907

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392907; }

 p { color: rgb(57,41,7); }

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

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

 a { background-color: rgb(57,41,7); }

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

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

 span { border-color: rgb(57,41,7); }

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