Html Css Color HEX #31424E Arsenic

📋 copy color: '#31424E'

red 49 ◦ green 66 ◦ blue 78

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

Shades of Arsenic #31424E

Tints of Arsenic #31424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 25.39%
G = 34.2%
B = 40.41%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#31424E (or 0x31424E) is known color: Arsenic. HEX triplet: 31, 42 and 4E. RGB value is (49,66,78). Sum of RGB (Red+Green+Blue) = 49+66+78=193 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.39% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #31424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31424E is #CEBDB1. Grayscale: #3E3E3E. Windows color (decimal): -13548978 or 5128753. OLE color: 5128753.

HSL color Cylindrical-coordinate representation of color #31424E: hue angle of 204.83º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31424E is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 49 66 78 -
CMYK 0.37 0.15 0 0.69
HSL 204.83º 0.23% 0.25% -
HSV(B) 204.83º 0.37% 0.31% -
XYZ 4.59 5.1 7.95 -
YUV 62.29 136.87 118.52 -
System Red Green Blue C M Y K H S L
Decimal 49 66 78 0.37 0.15 0 0.69 204.83 0.23 0.25
Hex 31 42 4E 25 F 0 45 CD 17 19
Octal 61 102 116 45 17 0 105 315 27 31
Binary 110001 1000010 1001110 100101 1111 0 1000101 11001101 10111 11001

Color Harmonies of #31424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31424E

Black with #31424E

Text Example


Text Example

White with #31424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31424E; }

 p { color: rgb(49,66,78); }

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

background-color css

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

 a { background-color: rgb(49,66,78); }

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

border-color css

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

 span { border-color: rgb(49,66,78); }

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