Html Css Color HEX #392E15 Black Magic

📋 copy color: '#392E15'

red 57 ◦ green 46 ◦ blue 21

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

Shades of Black Magic #392E15

Tints of Black Magic #392E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.94%

R = 45.97%
G = 37.1%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#392E15 (or 0x392E15) is known color: Black Magic. HEX triplet: 39, 2E and 15. RGB value is (57,46,21). Sum of RGB (Red+Green+Blue) = 57+46+21=124 (16% of max value = 765). Red value is 57 (22.66% from 255 or 45.97% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 57 - color contains mainly: red. Hex color #392E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392E15 is #C6D1EA. Grayscale: #2E2E2E. Windows color (decimal): -13029867 or 1388089. OLE color: 1388089.

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

Color convert

RGB 57 46 21 -
CMYK 0 0.19 0.63 0.78
HSL 41.67º 0.46% 0.15% -
HSV(B) 41.67º 0.63% 0.22% -
XYZ 2.8 2.88 1.12 -
YUV 46.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 57 46 21 0 0.19 0.63 0.78 41.67 0.46 0.15
Hex 39 2E 15 0 13 3F 4E 2A 2E F
Octal 71 56 25 0 23 77 116 52 56 17
Binary 111001 101110 10101 0 10011 111111 1001110 101010 101110 1111

Color Harmonies of #392E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392E15

Black with #392E15

Text Example


Text Example

White with #392E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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