Html Css Color HEX #392C15 Black Magic

📋 copy color: '#392C15'

red 57 ◦ green 44 ◦ blue 21

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

Shades of Black Magic #392C15

Tints of Black Magic #392C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 36.07%

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

R = 46.72%
G = 36.07%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#392C15 (or 0x392C15) is known color: Black Magic. HEX triplet: 39, 2C and 15. RGB value is (57,44,21). Sum of RGB (Red+Green+Blue) = 57+44+21=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 21 (8.59% from 255 or 17.21% from 122); Max value from RGB is 57 - color contains mainly: red. Hex color #392C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C15 is #C6D3EA. Grayscale: #2D2D2D. Windows color (decimal): -13030379 or 1387577. OLE color: 1387577.

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

Color convert

RGB 57 44 21 -
CMYK 0 0.23 0.63 0.78
HSL 38.33º 0.46% 0.15% -
HSV(B) 38.33º 0.63% 0.22% -
XYZ 2.72 2.73 1.09 -
YUV 45.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 57 44 21 0 0.23 0.63 0.78 38.33 0.46 0.15
Hex 39 2C 15 0 17 3F 4E 26 2E F
Octal 71 54 25 0 27 77 116 46 56 17
Binary 111001 101100 10101 0 10111 111111 1001110 100110 101110 1111

Color Harmonies of #392C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C15

Black with #392C15

Text Example


Text Example

White with #392C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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