#1F5152

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

Shades of Dark Slate Grey #1F5152

Tints of Dark Slate Grey #1F5152

Color information

#1F5152 (or 0x1F5152) is unknown color: approx Dark Slate Grey. HEX triplet: 1F, 51 and 52. RGB value is (31,81,82). Sum of RGB (Red+Green+Blue) = 31+81+82=194 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.98% from 194); Green value is 81 (32.03% from 255 or 41.75% from 194); Blue value is 82 (32.42% from 255 or 42.27% from 194); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F5152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5152 is #E0AEAD. Grayscale: #424242. Windows color (decimal): -14724782 or 5394719. OLE color: 5394719.

HSL color Cylindrical-coordinate representation of color #1F5152: hue angle of 181.18º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F5152 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB318182-
CMYK0.620.0100.68
HSL181.18º45.13%22.16%-
HSV(B)181.18º62.2%32.16%-
XYZ5.036.799.03-
YUV66.16136.94102.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.98%
GREEN value IS 81 (32.03% from 255) = 41.75%
BLUE value IS 82 (32.42% from 255) = 42.27%
R=15.98%
G=41.75%
B=42.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3181820.620.0100.68181.1845.1322.16
Hex1F51523E1044b52d16
Octal3712112276101042655526
Binary11111101000110100101111101010001001011010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F5152; }

 p { color: rgb(31,81,82); }

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

<style>
 a { background-color: #1F5152; }

 a { background-color: rgb(31,81,82); }

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

<style>
 span { border-color: #1F5152; }

 span { border-color: rgb(31,81,82); }

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