Html Css Color HEX #392E1D Black Magic

📋 copy color: '#392E1D'

red 57 ◦ green 46 ◦ blue 29

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

Shades of Black Magic #392E1D

Tints of Black Magic #392E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.97%

R = 43.18%
G = 34.85%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#392E1D (or 0x392E1D) is known color: Black Magic. HEX triplet: 39, 2E and 1D. RGB value is (57,46,29). Sum of RGB (Red+Green+Blue) = 57+46+29=132 (17% of max value = 765). Red value is 57 (22.66% from 255 or 43.18% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 29 (11.72% from 255 or 21.97% from 132); Max value from RGB is 57 - color contains mainly: red. Hex color #392E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392E1D is #C6D1E2. Grayscale: #2F2F2F. Windows color (decimal): -13029859 or 1912377. OLE color: 1912377.

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

Color convert

RGB 57 46 29 -
CMYK 0 0.19 0.49 0.78
HSL 36.43º 0.33% 0.17% -
HSV(B) 36.43º 0.49% 0.22% -
XYZ 2.89 2.91 1.57 -
YUV 47.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 57 46 29 0 0.19 0.49 0.78 36.43 0.33 0.17
Hex 39 2E 1D 0 13 31 4E 24 21 11
Octal 71 56 35 0 23 61 116 44 41 21
Binary 111001 101110 11101 0 10011 110001 1001110 100100 100001 10001

Color Harmonies of #392E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E1D

Black with #392E1D

Text Example


Text Example

White with #392E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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