#392708

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

Shades of Black Magic #392708

Tints of Black Magic #392708

Color information

#392708 (or 0x392708) is unknown color: approx Black Magic. HEX triplet: 39, 27 and 08. RGB value is (57,39,8). Sum of RGB (Red+Green+Blue) = 57+39+8=104 (13% of max value = 765). Red value is 57 (22.66% from 255 or 54.81% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 8 (3.52% from 255 or 7.69% from 104); Max value from RGB is 57 - color contains mainly: red. Hex color #392708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392708 is #C6D8F7. Grayscale: #282828. Windows color (decimal): -13031672 or 534329. OLE color: 534329.

HSL color Cylindrical-coordinate representation of color #392708: hue angle of 37.96º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #392708 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB57398-
CMYK00.320.860.78
HSL37.96º75.38%12.75%-
HSV(B)37.96º85.96%22.35%-
XYZ2.462.340.55-
YUV40.85109.46139.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 54.81%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 8 (3.52% from 255) = 7.69%
R=54.81%
G=37.5%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5739800.320.860.7837.9675.3812.75
Hex39278020564E264bd
Octal7147100401261164611315
Binary111001100111100001000001010110100111010011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392708; }

 p { color: rgb(57,39,8); }

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

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

 a { background-color: rgb(57,39,8); }

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

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

 span { border-color: rgb(57,39,8); }

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