#215151

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

Shades of Dark Slate Grey #215151

Tints of Dark Slate Grey #215151

Color information

#215151 (or 0x215151) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 51 and 51. RGB value is (33,81,81). Sum of RGB (Red+Green+Blue) = 33+81+81=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 81 (32.03% from 255 or 41.54% from 195); Blue value is 81 (32.03% from 255 or 41.54% from 195); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #215151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215151 is #DEAEAE. Grayscale: #424242. Windows color (decimal): -14593711 or 5329185. OLE color: 5329185.

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

Color convert

RGB338181-
CMYK0.59000.68
HSL180º42.11%22.35%-
HSV(B)180º59.26%31.76%-
XYZ5.056.88.83-
YUV66.65136.1104-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 81 (32.03% from 255) = 41.54%
BLUE value IS 81 (32.03% from 255) = 41.54%
R=16.92%
G=41.54%
B=41.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3381810.59000.6818042.1122.35
Hex2151513B0044b42a16
Octal4112112173001042645226
Binary100001101000110100011110110010001001011010010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215151; }

 p { color: rgb(33,81,81); }

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

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

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

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

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

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

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