#31484B

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

Shades of Dark Slate Grey #31484B

Tints of Dark Slate Grey #31484B

Color information

#31484B (or 0x31484B) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 48 and 4B. RGB value is (49,72,75). Sum of RGB (Red+Green+Blue) = 49+72+75=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 72 (28.52% from 255 or 36.73% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 75 - color contains mainly: blue. Hex color #31484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31484B is #CEB7B4. Grayscale: #414141. Windows color (decimal): -13547445 or 4933681. OLE color: 4933681.

HSL color Cylindrical-coordinate representation of color #31484B: hue angle of 186.92º 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 #31484B is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB497275-
CMYK0.350.0400.71
HSL186.92º20.97%24.31%-
HSV(B)186.92º34.67%29.41%-
XYZ4.855.87.52-
YUV65.46133.38116.26-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 72 (28.52% from 255) = 36.73%
BLUE value IS 75 (29.69% from 255) = 38.27%
R=25%
G=36.73%
B=38.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4972750.350.0400.71186.9220.9724.31
Hex31484B234047bb1518
Octal6111011343401072732530
Binary1100011001000100101110001110001000111101110111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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