#39280F

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

Shades of Black Magic #39280F

Tints of Black Magic #39280F

Color information

#39280F (or 0x39280F) is unknown color: approx Black Magic. HEX triplet: 39, 28 and 0F. RGB value is (57,40,15). Sum of RGB (Red+Green+Blue) = 57+40+15=112 (14% of max value = 765). Red value is 57 (22.66% from 255 or 50.89% from 112); Green value is 40 (16.02% from 255 or 35.71% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 57 - color contains mainly: red. Hex color #39280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39280F is #C6D7F0. Grayscale: #2A2A2A. Windows color (decimal): -13031409 or 993337. OLE color: 993337.

HSL color Cylindrical-coordinate representation of color #39280F: hue angle of 35.71º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39280F is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.78.

Color convert

RGB574015-
CMYK00.300.740.78
HSL35.71º58.33%14.12%-
HSV(B)35.71º73.68%22.35%-
XYZ2.532.420.79-
YUV42.23112.63138.53-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 50.89%
GREEN value IS 40 (16.02% from 255) = 35.71%
BLUE value IS 15 (6.25% from 255) = 13.39%
R=50.89%
G=35.71%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57401500.300.740.7835.7158.3314.12
Hex3928F01E4A4E243ae
Octal715017036112116447216
Binary1110011010001111011110100101010011101001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39280F; }

 p { color: rgb(57,40,15); }

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

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

 a { background-color: rgb(57,40,15); }

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

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

 span { border-color: rgb(57,40,15); }

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