#39280D

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

Shades of Black Magic #39280D

Tints of Black Magic #39280D

Color information

#39280D (or 0x39280D) is unknown color: approx Black Magic. HEX triplet: 39, 28 and 0D. RGB value is (57,40,13). Sum of RGB (Red+Green+Blue) = 57+40+13=110 (14% of max value = 765). Red value is 57 (22.66% from 255 or 51.82% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 57 - color contains mainly: red. Hex color #39280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #39280D is #C6D7F2. Grayscale: #2A2A2A. Windows color (decimal): -13031411 or 862265. OLE color: 862265.

HSL color Cylindrical-coordinate representation of color #39280D: hue angle of 36.82º 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 #39280D is Cyan = 0, Magento = 0.30, Yellow = 0.77 and Black (K on CMYK) = 0.78.

Color convert

RGB574013-
CMYK00.300.770.78
HSL36.82º62.86%13.73%-
HSV(B)36.82º77.19%22.35%-
XYZ2.522.420.71-
YUV42111.63138.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 51.82%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=51.82%
G=36.36%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.77
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57401300.300.770.7836.8262.8613.73
Hex3928D01E4D4E253fe
Octal715015036115116457716
Binary1110011010001101011110100110110011101001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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