Html Css Color HEX #392A13 Black Magic

📋 copy color: '#392A13'

red 57 ◦ green 42 ◦ blue 19

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

Shades of Black Magic #392A13

Tints of Black Magic #392A13

RGB

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

 GREEN value IS 42 (16.8% from 255) = 35.59%

 BLUE value IS 19 (7.81% from 255) = 16.1%

R = 48.31%
G = 35.59%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#392A13 (or 0x392A13) is known color: Black Magic. HEX triplet: 39, 2A and 13. RGB value is (57,42,19). Sum of RGB (Red+Green+Blue) = 57+42+19=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 57 - color contains mainly: red. Hex color #392A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A13 is #C6D5EC. Grayscale: #2B2B2B. Windows color (decimal): -13030893 or 1255993. OLE color: 1255993.

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

Color convert

RGB 57 42 19 -
CMYK 0 0.26 0.67 0.78
HSL 36.32º 0.5% 0.15% -
HSV(B) 36.32º 0.67% 0.22% -
XYZ 2.63 2.57 0.97 -
YUV 43.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 57 42 19 0 0.26 0.67 0.78 36.32 0.5 0.15
Hex 39 2A 13 0 1A 43 4E 24 32 F
Octal 71 52 23 0 32 103 116 44 62 17
Binary 111001 101010 10011 0 11010 1000011 1001110 100100 110010 1111

Color Harmonies of #392A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392A13

Black with #392A13

Text Example


Text Example

White with #392A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,42,19); }

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

background-color css

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

 a { background-color: rgb(57,42,19); }

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

border-color css

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

 span { border-color: rgb(57,42,19); }

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