#31474B

Color #31474B Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #31474B

Tints of Dark Slate Grey #31474B

Color information

#31474B (or 0x31474B) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 47 and 4B. RGB value is (49,71,75). Sum of RGB (Red+Green+Blue) = 49+71+75=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 71 (28.12% from 255 or 36.41% from 195); Blue value is 75 (29.69% from 255 or 38.46% from 195); Max value from RGB is 75 - color contains mainly: blue. Hex color #31474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31474B is #CEB8B4. Grayscale: #404040. Windows color (decimal): -13547701 or 4933425. OLE color: 4933425.

HSL color Cylindrical-coordinate representation of color #31474B: hue angle of 189.23º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #31474B is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB497175-
CMYK0.350.0500.71
HSL189.23º20.97%24.31%-
HSV(B)189.23º34.67%29.41%-
XYZ4.795.677.5-
YUV64.88133.71116.67-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 71 (28.12% from 255) = 36.41%
BLUE value IS 75 (29.69% from 255) = 38.46%
R=25.13%
G=36.41%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4971750.350.0500.71189.2320.9724.31
Hex31474B235047bd1518
Octal6110711343501072752530
Binary1100011000111100101110001110101000111101111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31474B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31474B; }

 p { color: rgb(49,71,75); }

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

<style>
 a { background-color: #31474B; }

 a { background-color: rgb(49,71,75); }

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

<style>
 span { border-color: #31474B; }

 span { border-color: rgb(49,71,75); }

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