Html Css Color HEX #392A09 Black Magic

📋 copy color: '#392A09'

red 57 ◦ green 42 ◦ blue 9

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

Shades of Black Magic #392A09

Tints of Black Magic #392A09

RGB

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

 GREEN value IS 42 (16.8% from 255) = 38.89%

 BLUE value IS 9 (3.91% from 255) = 8.33%

R = 52.78%
G = 38.89%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#392A09 (or 0x392A09) is known color: Black Magic. HEX triplet: 39, 2A and 09. RGB value is (57,42,9). Sum of RGB (Red+Green+Blue) = 57+42+9=108 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.78% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 57 - color contains mainly: red. Hex color #392A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392A09 is #C6D5F6. Grayscale: #2A2A2A. Windows color (decimal): -13030903 or 600633. OLE color: 600633.

HSL color Cylindrical-coordinate representation of color #392A09: hue angle of 41.25º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #392A09 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 42 9 -
CMYK 0 0.26 0.84 0.78
HSL 41.25º 0.73% 0.13% -
HSV(B) 41.25º 0.84% 0.22% -
XYZ 2.56 2.55 0.61 -
YUV 42.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 57 42 9 0 0.26 0.84 0.78 41.25 0.73 0.13
Hex 39 2A 9 0 1A 54 4E 29 49 D
Octal 71 52 11 0 32 124 116 51 111 15
Binary 111001 101010 1001 0 11010 1010100 1001110 101001 1001001 1101

Color Harmonies of #392A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392A09

Black with #392A09

Text Example


Text Example

White with #392A09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,42,9); }

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

background-color css

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

 a { background-color: rgb(57,42,9); }

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

border-color css

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

 span { border-color: rgb(57,42,9); }

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