#39290A

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

Shades of Black Magic #39290A

Tints of Black Magic #39290A

Color information

#39290A (or 0x39290A) is unknown color: approx Black Magic. HEX triplet: 39, 29 and 0A. RGB value is (57,41,10). Sum of RGB (Red+Green+Blue) = 57+41+10=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 10 (4.30% from 255 or 9.26% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #39290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39290A is #C6D6F5. Grayscale: #2A2A2A. Windows color (decimal): -13031158 or 665913. OLE color: 665913.

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

Color convert

RGB574110-
CMYK00.280.820.78
HSL39.57º70.15%13.14%-
HSV(B)39.57º82.46%22.35%-
XYZ2.542.480.63-
YUV42.25109.8138.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 41 (16.41% from 255) = 37.96%
BLUE value IS 10 (4.30% from 255) = 9.26%
R=52.78%
G=37.96%
B=9.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57411000.280.820.7839.5770.1513.14
Hex3929A01C524E2846d
Octal7151120341221165010615
Binary11100110100110100111001010010100111010100010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39290A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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