#31424D

Color #31424D Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #31424D

Tints of Big Stone #31424D

Color information

#31424D (or 0x31424D) is unknown color: approx Big Stone. HEX triplet: 31, 42 and 4D. RGB value is (49,66,77). Sum of RGB (Red+Green+Blue) = 49+66+77=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #31424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31424D is #CEBDB2. Grayscale: #3E3E3E. Windows color (decimal): -13548979 or 5063217. OLE color: 5063217.

HSL color Cylindrical-coordinate representation of color #31424D: hue angle of 203.57º 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 #31424D is Cyan = 0.36, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB496677-
CMYK0.360.1400.70
HSL203.57º22.22%24.71%-
HSV(B)203.57º36.36%30.2%-
XYZ4.555.097.76-
YUV62.17136.37118.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=25.52%
G=34.38%
B=40.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4966770.360.1400.70203.5722.2224.71
Hex31424D24E046cc1619
Octal61102115441601063142631
Binary11000110000101001101100100111001000110110011001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31424D;
 }
 .AnyTagClassName
 {
   color: #31424D;
 }
</style>
background-color css

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

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

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

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

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

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