#39290B

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

Shades of Black Magic #39290B

Tints of Black Magic #39290B

Color information

#39290B (or 0x39290B) is unknown color: approx Black Magic. HEX triplet: 39, 29 and 0B. RGB value is (57,41,11). Sum of RGB (Red+Green+Blue) = 57+41+11=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 11 (4.69% from 255 or 10.09% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #39290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39290B is #C6D6F4. Grayscale: #2A2A2A. Windows color (decimal): -13031157 or 731449. OLE color: 731449.

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

Color convert

RGB574111-
CMYK00.280.810.78
HSL39.13º67.65%13.33%-
HSV(B)39.13º80.7%22.35%-
XYZ2.542.480.66-
YUV42.36110.3138.44-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.29%
GREEN value IS 41 (16.41% from 255) = 37.61%
BLUE value IS 11 (4.69% from 255) = 10.09%
R=52.29%
G=37.61%
B=10.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.81
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57411100.280.810.7839.1367.6513.33
Hex3929B01C514E2744d
Octal7151130341211164710415
Binary11100110100110110111001010001100111010011110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39290B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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