#392B08

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

Shades of Black Magic #392B08

Tints of Black Magic #392B08

Color information

#392B08 (or 0x392B08) is unknown color: approx Black Magic. HEX triplet: 39, 2B and 08. RGB value is (57,43,8). Sum of RGB (Red+Green+Blue) = 57+43+8=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #392B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B08 is #C6D4F7. Grayscale: #2B2B2B. Windows color (decimal): -13030648 or 535353. OLE color: 535353.

HSL color Cylindrical-coordinate representation of color #392B08: hue angle of 42.86º 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 #392B08 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.78.

Color convert

RGB57438-
CMYK00.250.860.78
HSL42.86º75.38%12.75%-
HSV(B)42.86º85.96%22.35%-
XYZ2.62.620.6-
YUV43.2108.14137.85-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 52.78%
GREEN value IS 43 (17.19% from 255) = 39.81%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=52.78%
G=39.81%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5743800.250.860.7842.8675.3812.75
Hex392B8019564E2b4bd
Octal7153100311261165311315
Binary11100110101110000110011010110100111010101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392B08; }

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

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

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

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

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

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

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

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