Html Css Color HEX #392E18 Black Magic

📋 copy color: '#392E18'

red 57 ◦ green 46 ◦ blue 24

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

Shades of Black Magic #392E18

Tints of Black Magic #392E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 18.9%

R = 44.88%
G = 36.22%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.78

RGB Variations

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

Color information

#392E18 (or 0x392E18) is known color: Black Magic. HEX triplet: 39, 2E and 18. RGB value is (57,46,24). Sum of RGB (Red+Green+Blue) = 57+46+24=127 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.88% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 57 - color contains mainly: red. Hex color #392E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E18 is #C6D1E7. Grayscale: #2E2E2E. Windows color (decimal): -13029864 or 1584697. OLE color: 1584697.

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

Color convert

RGB 57 46 24 -
CMYK 0 0.19 0.58 0.78
HSL 40º 0.41% 0.16% -
HSV(B) 40º 0.58% 0.22% -
XYZ 2.83 2.89 1.27 -
YUV 46.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 57 46 24 0 0.19 0.58 0.78 40 0.41 0.16
Hex 39 2E 18 0 13 3A 4E 28 29 10
Octal 71 56 30 0 23 72 116 50 51 20
Binary 111001 101110 11000 0 10011 111010 1001110 101000 101001 10000

Color Harmonies of #392E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E18

Black with #392E18

Text Example


Text Example

White with #392E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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