Html Css Color HEX #392B09 Black Magic

📋 copy color: '#392B09'

red 57 ◦ green 43 ◦ blue 9

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

Shades of Black Magic #392B09

Tints of Black Magic #392B09

RGB

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

 GREEN value IS 43 (17.19% from 255) = 39.45%

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

R = 52.29%
G = 39.45%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#392B09 (or 0x392B09) is known color: Black Magic. HEX triplet: 39, 2B and 09. RGB value is (57,43,9). Sum of RGB (Red+Green+Blue) = 57+43+9=109 (14% of max value = 765). Red value is 57 (22.66% from 255 or 52.29% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 57 - color contains mainly: red. Hex color #392B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B09 is #C6D4F6. Grayscale: #2B2B2B. Windows color (decimal): -13030647 or 600889. OLE color: 600889.

HSL color Cylindrical-coordinate representation of color #392B09: hue angle of 42.5º 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 #392B09 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 43 9 -
CMYK 0 0.25 0.84 0.78
HSL 42.5º 0.73% 0.13% -
HSV(B) 42.5º 0.84% 0.22% -
XYZ 2.6 2.62 0.63 -
YUV 43.31 108.64 137.76 -
System Red Green Blue C M Y K H S L
Decimal 57 43 9 0 0.25 0.84 0.78 42.5 0.73 0.13
Hex 39 2B 9 0 19 54 4E 2A 49 D
Octal 71 53 11 0 31 124 116 52 111 15
Binary 111001 101011 1001 0 11001 1010100 1001110 101010 1001001 1101

Color Harmonies of #392B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B09

Black with #392B09

Text Example


Text Example

White with #392B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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