Html Css Color HEX #394048 Arsenic

📋 copy color: '#394048'

red 57 ◦ green 64 ◦ blue 72

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

Shades of Arsenic #394048

Tints of Arsenic #394048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.16%

 BLUE value IS 72 (28.52% from 255) = 37.31%

R = 29.53%
G = 33.16%
B = 37.31%

CMYK

 C value IS 0.21

 M value IS 0.11

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#394048 (or 0x394048) is known color: Arsenic. HEX triplet: 39, 40 and 48. RGB value is (57,64,72). Sum of RGB (Red+Green+Blue) = 57+64+72=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #394048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394048 is #C6BFB7. Grayscale: #3E3E3E. Windows color (decimal): -13025208 or 4735033. OLE color: 4735033.

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

Color convert

RGB 57 64 72 -
CMYK 0.21 0.11 0 0.72
HSL 212º 0.12% 0.25% -
HSV(B) 212º 0.21% 0.28% -
XYZ 4.69 5 6.85 -
YUV 62.82 133.18 123.85 -
System Red Green Blue C M Y K H S L
Decimal 57 64 72 0.21 0.11 0 0.72 212 0.12 0.25
Hex 39 40 48 15 B 0 48 D4 C 19
Octal 71 100 110 25 13 0 110 324 14 31
Binary 111001 1000000 1001000 10101 1011 0 1001000 11010100 1100 11001

Color Harmonies of #394048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394048

Black with #394048

Text Example


Text Example

White with #394048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394048; }

 p { color: rgb(57,64,72); }

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

background-color css

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

 a { background-color: rgb(57,64,72); }

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

border-color css

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

 span { border-color: rgb(57,64,72); }

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