Html Css Color HEX #392C10 Black Magic

📋 copy color: '#392C10'

red 57 ◦ green 44 ◦ blue 16

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

Shades of Black Magic #392C10

Tints of Black Magic #392C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 48.72%
G = 37.61%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#392C10 (or 0x392C10) is known color: Black Magic. HEX triplet: 39, 2C and 10. RGB value is (57,44,16). Sum of RGB (Red+Green+Blue) = 57+44+16=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 44 (17.58% from 255 or 37.61% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 57 - color contains mainly: red. Hex color #392C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392C10 is #C6D3EF. Grayscale: #2C2C2C. Windows color (decimal): -13030384 or 1059897. OLE color: 1059897.

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

Color convert

RGB 57 44 16 -
CMYK 0 0.23 0.72 0.78
HSL 40.98º 0.56% 0.14% -
HSV(B) 40.98º 0.72% 0.22% -
XYZ 2.68 2.71 0.87 -
YUV 44.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 57 44 16 0 0.23 0.72 0.78 40.98 0.56 0.14
Hex 39 2C 10 0 17 48 4E 29 38 E
Octal 71 54 20 0 27 110 116 51 70 16
Binary 111001 101100 10000 0 10111 1001000 1001110 101001 111000 1110

Color Harmonies of #392C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392C10

Black with #392C10

Text Example


Text Example

White with #392C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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