Html Css Color HEX #392E19 Black Magic

📋 copy color: '#392E19'

red 57 ◦ green 46 ◦ blue 25

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

Shades of Black Magic #392E19

Tints of Black Magic #392E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 19.53%

R = 44.53%
G = 35.94%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#392E19 (or 0x392E19) is known color: Black Magic. HEX triplet: 39, 2E and 19. RGB value is (57,46,25). Sum of RGB (Red+Green+Blue) = 57+46+25=128 (16% of max value = 765). Red value is 57 (22.66% from 255 or 44.53% from 128); Green value is 46 (18.36% from 255 or 35.94% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 57 - color contains mainly: red. Hex color #392E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E19 is #C6D1E6. Grayscale: #2E2E2E. Windows color (decimal): -13029863 or 1650233. OLE color: 1650233.

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

Color convert

RGB 57 46 25 -
CMYK 0 0.19 0.56 0.78
HSL 39.38º 0.39% 0.16% -
HSV(B) 39.38º 0.56% 0.22% -
XYZ 2.84 2.89 1.33 -
YUV 46.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 57 46 25 0 0.19 0.56 0.78 39.38 0.39 0.16
Hex 39 2E 19 0 13 38 4E 27 27 10
Octal 71 56 31 0 23 70 116 47 47 20
Binary 111001 101110 11001 0 10011 111000 1001110 100111 100111 10000

Color Harmonies of #392E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E19

Black with #392E19

Text Example


Text Example

White with #392E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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