Html Css Color HEX #394147 Arsenic

📋 copy color: '#394147'

red 57 ◦ green 65 ◦ blue 71

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

Shades of Arsenic #394147

Tints of Arsenic #394147

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.68%

 BLUE value IS 71 (28.13% from 255) = 36.79%

R = 29.53%
G = 33.68%
B = 36.79%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#394147 (or 0x394147) is known color: Arsenic. HEX triplet: 39, 41 and 47. RGB value is (57,65,71). Sum of RGB (Red+Green+Blue) = 57+65+71=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 71 - color contains mainly: blue. Hex color #394147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394147 is #C6BEB8. Grayscale: #3F3F3F. Windows color (decimal): -13024953 or 4669753. OLE color: 4669753.

HSL color Cylindrical-coordinate representation of color #394147: hue angle of 205.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #394147 is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 57 65 71 -
CMYK 0.20 0.08 0 0.72
HSL 205.71º 0.11% 0.25% -
HSV(B) 205.71º 0.2% 0.28% -
XYZ 4.71 5.11 6.7 -
YUV 63.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 57 65 71 0.20 0.08 0 0.72 205.71 0.11 0.25
Hex 39 41 47 14 8 0 48 CE B 19
Octal 71 101 107 24 10 0 110 316 13 31
Binary 111001 1000001 1000111 10100 1000 0 1001000 11001110 1011 11001

Color Harmonies of #394147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394147

Black with #394147

Text Example


Text Example

White with #394147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394147; }

 p { color: rgb(57,65,71); }

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

background-color css

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

 a { background-color: rgb(57,65,71); }

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

border-color css

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

 span { border-color: rgb(57,65,71); }

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