Html Css Color HEX #392B06 Black Magic

📋 copy color: '#392B06'

red 57 ◦ green 43 ◦ blue 6

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

Shades of Black Magic #392B06

Tints of Black Magic #392B06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 5.66%

R = 53.77%
G = 40.57%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#392B06 (or 0x392B06) is known color: Black Magic. HEX triplet: 39, 2B and 06. RGB value is (57,43,6). Sum of RGB (Red+Green+Blue) = 57+43+6=106 (14% of max value = 765). Red value is 57 (22.66% from 255 or 53.77% from 106); Green value is 43 (17.19% from 255 or 40.57% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 57 - color contains mainly: red. Hex color #392B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #392B06 is #C6D4F9. Grayscale: #2B2B2B. Windows color (decimal): -13030650 or 404281. OLE color: 404281.

HSL color Cylindrical-coordinate representation of color #392B06: hue angle of 43.53º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #392B06 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 43 6 -
CMYK 0 0.25 0.89 0.78
HSL 43.53º 0.81% 0.12% -
HSV(B) 43.53º 0.89% 0.22% -
XYZ 2.58 2.61 0.54 -
YUV 42.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 57 43 6 0 0.25 0.89 0.78 43.53 0.81 0.12
Hex 39 2B 6 0 19 59 4E 2C 51 C
Octal 71 53 6 0 31 131 116 54 121 14
Binary 111001 101011 110 0 11001 1011001 1001110 101100 1010001 1100

Color Harmonies of #392B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392B06

Black with #392B06

Text Example


Text Example

White with #392B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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