Html Css Color HEX #392800 Black Magic

📋 copy color: '#392800'

red 57 ◦ green 40 ◦ blue 0

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

Shades of Black Magic #392800

Tints of Black Magic #392800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 41.24%

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

R = 58.76%
G = 41.24%
B = 0%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#392800 (or 0x392800) is known color: Black Magic. HEX triplet: 39, 28 and 00. RGB value is (57,40,0). Sum of RGB (Red+Green+Blue) = 57+40+0=97 (12% of max value = 765). Red value is 57 (22.66% from 255 or 58.76% from 97); Green value is 40 (16.02% from 255 or 41.24% from 97); Blue value is 0 (0.39% from 255 or 0% from 97); Max value from RGB is 57 - color contains mainly: red. Hex color #392800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392800 is #C6D7FF. Grayscale: #282828. Windows color (decimal): -13031424 or 10297. OLE color: 10297.

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

Color convert

RGB 57 40 0 -
CMYK 0 0.30 1 0.78
HSL 42.11º 1% 0.11% -
HSV(B) 42.11º 1% 0.22% -
XYZ 2.45 2.39 0.33 -
YUV 40.52 105.13 139.75 -
System Red Green Blue C M Y K H S L
Decimal 57 40 0 0 0.30 1 0.78 42.11 1 0.11
Hex 39 28 0 0 1E 64 4E 2A 64 B
Octal 71 50 0 0 36 144 116 52 144 13
Binary 111001 101000 0 0 11110 1100100 1001110 101010 1100100 1011

Color Harmonies of #392800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392800

Black with #392800

Text Example


Text Example

White with #392800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392800; }

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

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

background-color css

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

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

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

border-color css

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

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

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