Html Css Color HEX #392600 Black Magic

📋 copy color: '#392600'

red 57 ◦ green 38 ◦ blue 0

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

Shades of Black Magic #392600

Tints of Black Magic #392600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60%
G = 40%
B = 0%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#392600 (or 0x392600) is known color: Black Magic. HEX triplet: 39, 26 and 00. RGB value is (57,38,0). Sum of RGB (Red+Green+Blue) = 57+38+0=95 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60% from 95); Green value is 38 (15.23% from 255 or 40% from 95); Blue value is 0 (0.39% from 255 or 0% from 95); Max value from RGB is 57 - color contains mainly: red. Hex color #392600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392600 is #C6D9FF. Grayscale: #272727. Windows color (decimal): -13031936 or 9785. OLE color: 9785.

HSL color Cylindrical-coordinate representation of color #392600: hue angle of 40º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #392600 is Cyan = 0, Magento = 0.33, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 38 0 -
CMYK 0 0.33 1 0.78
HSL 40º 1% 0.11% -
HSV(B) 40º 1% 0.22% -
XYZ 2.38 2.26 0.31 -
YUV 39.35 105.79 140.59 -
System Red Green Blue C M Y K H S L
Decimal 57 38 0 0 0.33 1 0.78 40 1 0.11
Hex 39 26 0 0 21 64 4E 28 64 B
Octal 71 46 0 0 41 144 116 50 144 13
Binary 111001 100110 0 0 100001 1100100 1001110 101000 1100100 1011

Color Harmonies of #392600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392600

Black with #392600

Text Example


Text Example

White with #392600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392600; }

 p { color: rgb(57,38,0); }

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

background-color css

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

 a { background-color: rgb(57,38,0); }

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

border-color css

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

 span { border-color: rgb(57,38,0); }

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