#392B03

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

Shades of Black Magic #392B03

Tints of Black Magic #392B03

Color information

#392B03 (or 0x392B03) is unknown color: approx Black Magic. HEX triplet: 39, 2B and 03. RGB value is (57,43,3). Sum of RGB (Red+Green+Blue) = 57+43+3=103 (13% of max value = 765). Red value is 57 (22.66% from 255 or 55.34% from 103); Green value is 43 (17.19% from 255 or 41.75% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 57 - color contains mainly: red. Hex color #392B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B03 is #C6D4FC. Grayscale: #2A2A2A. Windows color (decimal): -13030653 or 207673. OLE color: 207673.

HSL color Cylindrical-coordinate representation of color #392B03: hue angle of 44.44º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #392B03 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB57433-
CMYK00.250.950.78
HSL44.44º90%11.76%-
HSV(B)44.44º94.74%22.35%-
XYZ2.572.60.45-
YUV42.63105.64138.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 55.34%
GREEN value IS 43 (17.19% from 255) = 41.75%
BLUE value IS 3 (1.56% from 255) = 2.91%
R=55.34%
G=41.75%
B=2.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5743300.250.950.7844.449011.76
Hex392B30195F4E2c5ac
Octal715330311371165413214
Binary111001101011110110011011111100111010110010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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