Html Css Color HEX #31414D Arsenic

📋 copy color: '#31414D'

red 49 ◦ green 65 ◦ blue 77

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

Shades of Arsenic #31414D

Tints of Arsenic #31414D

RGB

 RED value IS 49 (19.53% from 255) = 25.65%

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

 BLUE value IS 77 (30.47% from 255) = 40.31%

R = 25.65%
G = 34.03%
B = 40.31%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31414D (or 0x31414D) is known color: Arsenic. HEX triplet: 31, 41 and 4D. RGB value is (49,65,77). Sum of RGB (Red+Green+Blue) = 49+65+77=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 77 (30.47% from 255 or 40.31% from 191); Max value from RGB is 77 - color contains mainly: blue. Hex color #31414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31414D is #CEBEB2. Grayscale: #3D3D3D. Windows color (decimal): -13549235 or 5062961. OLE color: 5062961.

HSL color Cylindrical-coordinate representation of color #31414D: hue angle of 205.71º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31414D is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 65 77 -
CMYK 0.36 0.16 0 0.70
HSL 205.71º 0.22% 0.25% -
HSV(B) 205.71º 0.36% 0.3% -
XYZ 4.5 4.97 7.74 -
YUV 61.58 136.7 119.02 -
System Red Green Blue C M Y K H S L
Decimal 49 65 77 0.36 0.16 0 0.70 205.71 0.22 0.25
Hex 31 41 4D 24 10 0 46 CE 16 19
Octal 61 101 115 44 20 0 106 316 26 31
Binary 110001 1000001 1001101 100100 10000 0 1000110 11001110 10110 11001

Color Harmonies of #31414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31414D

Black with #31414D

Text Example


Text Example

White with #31414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31414D; }

 p { color: rgb(49,65,77); }

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

background-color css

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

 a { background-color: rgb(49,65,77); }

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

border-color css

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

 span { border-color: rgb(49,65,77); }

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