Html Css Color HEX #392E20 Black Magic

📋 copy color: '#392E20'

red 57 ◦ green 46 ◦ blue 32

#392E20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Magic #392E20

Tints of Black Magic #392E20

RGB

 RED value IS 57 (22.66% from 255) = 42.22%

 GREEN value IS 46 (18.36% from 255) = 34.07%

 BLUE value IS 32 (12.89% from 255) = 23.7%

R = 42.22%
G = 34.07%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#392E20 (or 0x392E20) is known color: Black Magic. HEX triplet: 39, 2E and 20. RGB value is (57,46,32). Sum of RGB (Red+Green+Blue) = 57+46+32=135 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.22% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 32 (12.89% from 255 or 23.70% from 135); Max value from RGB is 57 - color contains mainly: red. Hex color #392E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E20 is #C6D1DF. Grayscale: #2F2F2F. Windows color (decimal): -13029856 or 2108985. OLE color: 2108985.

HSL color Cylindrical-coordinate representation of color #392E20: hue angle of 33.6º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #392E20 is Cyan = 0, Magento = 0.19, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 46 32 -
CMYK 0 0.19 0.44 0.78
HSL 33.6º 0.28% 0.17% -
HSV(B) 33.6º 0.44% 0.22% -
XYZ 2.93 2.93 1.78 -
YUV 47.69 119.14 134.64 -
System Red Green Blue C M Y K H S L
Decimal 57 46 32 0 0.19 0.44 0.78 33.6 0.28 0.17
Hex 39 2E 20 0 13 2C 4E 22 1C 11
Octal 71 56 40 0 23 54 116 42 34 21
Binary 111001 101110 100000 0 10011 101100 1001110 100010 11100 10001

Color Harmonies of #392E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E20

Black with #392E20

Text Example


Text Example

White with #392E20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,46,32); }

 H1.HeaderClassName
 {
   color: #392E20;
 }
 .AnyTagClassName
 {
   color: #392E20;
 }
</style>

background-color css

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

 a { background-color: rgb(57,46,32); }

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

border-color css

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

 span { border-color: rgb(57,46,32); }

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