Html Css Color HEX #39424A Arsenic

📋 copy color: '#39424A'

red 57 ◦ green 66 ◦ blue 74

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

Shades of Arsenic #39424A

Tints of Arsenic #39424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 74 (29.3% from 255) = 37.56%

R = 28.93%
G = 33.5%
B = 37.56%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#39424A (or 0x39424A) is known color: Arsenic. HEX triplet: 39, 42 and 4A. RGB value is (57,66,74). Sum of RGB (Red+Green+Blue) = 57+66+74=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 74 - color contains mainly: blue. Hex color #39424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39424A is #C6BDB5. Grayscale: #404040. Windows color (decimal): -13024694 or 4866617. OLE color: 4866617.

HSL color Cylindrical-coordinate representation of color #39424A: hue angle of 208.24º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #39424A is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 66 74 -
CMYK 0.23 0.11 0 0.71
HSL 208.24º 0.13% 0.26% -
HSV(B) 208.24º 0.23% 0.29% -
XYZ 4.87 5.26 7.24 -
YUV 64.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 57 66 74 0.23 0.11 0 0.71 208.24 0.13 0.26
Hex 39 42 4A 17 B 0 47 D0 D 1A
Octal 71 102 112 27 13 0 107 320 15 32
Binary 111001 1000010 1001010 10111 1011 0 1000111 11010000 1101 11010

Color Harmonies of #39424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39424A

Black with #39424A

Text Example


Text Example

White with #39424A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39424A; }

 p { color: rgb(57,66,74); }

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

background-color css

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

 a { background-color: rgb(57,66,74); }

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

border-color css

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

 span { border-color: rgb(57,66,74); }

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