#1B5152

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

Shades of Dark Slate Grey #1B5152

Tints of Dark Slate Grey #1B5152

Color information

#1B5152 (or 0x1B5152) is unknown color: approx Dark Slate Grey. HEX triplet: 1B, 51 and 52. RGB value is (27,81,82). Sum of RGB (Red+Green+Blue) = 27+81+82=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 81 (32.03% from 255 or 42.63% from 190); Blue value is 82 (32.42% from 255 or 43.16% from 190); Max value from RGB is 82 - color contains mainly: blue. Hex color #1B5152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1B5152 is #E4AEAD. Grayscale: #404040. Windows color (decimal): -14986926 or 5394715. OLE color: 5394715.

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

Color convert

RGB278182-
CMYK0.670.0100.68
HSL181.09º50.46%21.37%-
HSV(B)181.09º67.07%32.16%-
XYZ4.926.739.02-
YUV64.97137.61100.92-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.21%
GREEN value IS 81 (32.03% from 255) = 42.63%
BLUE value IS 82 (32.42% from 255) = 43.16%
R=14.21%
G=42.63%
B=43.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2781820.670.0100.68181.0950.4621.37
Hex1B5152431044b53215
Octal33121122103101042656225
Binary110111010001101001010000111010001001011010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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