#39290D

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

Shades of Black Magic #39290D

Tints of Black Magic #39290D

Color information

#39290D (or 0x39290D) is unknown color: approx Black Magic. HEX triplet: 39, 29 and 0D. RGB value is (57,41,13). Sum of RGB (Red+Green+Blue) = 57+41+13=111 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.35% from 111); Green value is 41 (16.41% from 255 or 36.94% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 57 - color contains mainly: red. Hex color #39290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39290D is #C6D6F2. Grayscale: #2A2A2A. Windows color (decimal): -13031155 or 862521. OLE color: 862521.

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

Color convert

RGB574113-
CMYK00.280.770.78
HSL38.18º62.86%13.73%-
HSV(B)38.18º77.19%22.35%-
XYZ2.552.480.73-
YUV42.59111.3138.28-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.35%
GREEN value IS 41 (16.41% from 255) = 36.94%
BLUE value IS 13 (5.47% from 255) = 11.71%
R=51.35%
G=36.94%
B=11.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57411300.280.770.7838.1862.8613.73
Hex3929D01C4D4E263fe
Octal715115034115116467716
Binary1110011010011101011100100110110011101001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39290D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39290D; }

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

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

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

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

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

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

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

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