Html Css Color HEX #39414A Arsenic

📋 copy color: '#39414A'

red 57 ◦ green 65 ◦ blue 74

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

Shades of Arsenic #39414A

Tints of Arsenic #39414A

RGB

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

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

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

R = 29.08%
G = 33.16%
B = 37.76%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#39414A (or 0x39414A) is known color: Arsenic. HEX triplet: 39, 41 and 4A. RGB value is (57,65,74). Sum of RGB (Red+Green+Blue) = 57+65+74=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 74 - color contains mainly: blue. Hex color #39414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39414A is #C6BEB5. Grayscale: #3F3F3F. Windows color (decimal): -13024950 or 4866361. OLE color: 4866361.

HSL color Cylindrical-coordinate representation of color #39414A: hue angle of 211.76º 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 #39414A is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 57 65 74 -
CMYK 0.23 0.12 0 0.71
HSL 211.76º 0.13% 0.26% -
HSV(B) 211.76º 0.23% 0.29% -
XYZ 4.81 5.14 7.22 -
YUV 63.63 133.85 123.27 -
System Red Green Blue C M Y K H S L
Decimal 57 65 74 0.23 0.12 0 0.71 211.76 0.13 0.26
Hex 39 41 4A 17 C 0 47 D4 D 1A
Octal 71 101 112 27 14 0 107 324 15 32
Binary 111001 1000001 1001010 10111 1100 0 1000111 11010100 1101 11010

Color Harmonies of #39414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39414A

Black with #39414A

Text Example


Text Example

White with #39414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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