Html Css Color HEX #392B13 Black Magic

📋 copy color: '#392B13'

red 57 ◦ green 43 ◦ blue 19

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

Shades of Black Magic #392B13

Tints of Black Magic #392B13

RGB

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

 GREEN value IS 43 (17.19% from 255) = 36.13%

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

R = 47.9%
G = 36.13%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#392B13 (or 0x392B13) is known color: Black Magic. HEX triplet: 39, 2B and 13. RGB value is (57,43,19). Sum of RGB (Red+Green+Blue) = 57+43+19=119 (15% of max value = 765). Red value is 57 (22.66% from 255 or 47.90% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 57 - color contains mainly: red. Hex color #392B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B13 is #C6D4EC. Grayscale: #2C2C2C. Windows color (decimal): -13030637 or 1256249. OLE color: 1256249.

HSL color Cylindrical-coordinate representation of color #392B13: hue angle of 37.89º 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 #392B13 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 43 19 -
CMYK 0 0.25 0.67 0.78
HSL 37.89º 0.5% 0.15% -
HSV(B) 37.89º 0.67% 0.22% -
XYZ 2.67 2.64 0.99 -
YUV 44.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 57 43 19 0 0.25 0.67 0.78 37.89 0.5 0.15
Hex 39 2B 13 0 19 43 4E 26 32 F
Octal 71 53 23 0 31 103 116 46 62 17
Binary 111001 101011 10011 0 11001 1000011 1001110 100110 110010 1111

Color Harmonies of #392B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B13

Black with #392B13

Text Example


Text Example

White with #392B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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