Html Css Color HEX #392910 Black Magic

📋 copy color: '#392910'

red 57 ◦ green 41 ◦ blue 16

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

Shades of Black Magic #392910

Tints of Black Magic #392910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 35.96%

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

R = 50%
G = 35.96%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#392910 (or 0x392910) is known color: Black Magic. HEX triplet: 39, 29 and 10. RGB value is (57,41,16). Sum of RGB (Red+Green+Blue) = 57+41+16=114 (15% of max value = 765). Red value is 57 (22.66% from 255 or 50% from 114); Green value is 41 (16.41% from 255 or 35.96% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 57 - color contains mainly: red. Hex color #392910 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392910 is #C6D6EF. Grayscale: #2B2B2B. Windows color (decimal): -13031152 or 1059129. OLE color: 1059129.

HSL color Cylindrical-coordinate representation of color #392910: hue angle of 36.59º 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 #392910 is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 41 16 -
CMYK 0 0.28 0.72 0.78
HSL 36.59º 0.56% 0.14% -
HSV(B) 36.59º 0.72% 0.22% -
XYZ 2.57 2.49 0.84 -
YUV 42.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 57 41 16 0 0.28 0.72 0.78 36.59 0.56 0.14
Hex 39 29 10 0 1C 48 4E 25 38 E
Octal 71 51 20 0 34 110 116 45 70 16
Binary 111001 101001 10000 0 11100 1001000 1001110 100101 111000 1110

Color Harmonies of #392910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392910

Black with #392910

Text Example


Text Example

White with #392910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392910; }

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

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

background-color css

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

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

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

border-color css

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

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

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