#215152

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

Shades of Dark Slate Grey #215152

Tints of Dark Slate Grey #215152

Color information

#215152 (or 0x215152) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 51 and 52. RGB value is (33,81,82). Sum of RGB (Red+Green+Blue) = 33+81+82=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 82 - color contains mainly: blue. Hex color #215152 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215152 is #DEAEAD. Grayscale: #424242. Windows color (decimal): -14593710 or 5394721. OLE color: 5394721.

HSL color Cylindrical-coordinate representation of color #215152: hue angle of 181.22º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215152 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB338182-
CMYK0.600.0100.68
HSL181.22º42.61%22.55%-
HSV(B)181.22º59.76%32.16%-
XYZ5.096.829.03-
YUV66.76136.6103.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 82 (32.42% from 255) = 41.84%
R=16.84%
G=41.33%
B=41.84%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3381820.600.0100.68181.2242.6122.55
Hex2151523C1044b52b17
Octal4112112274101042655327
Binary100001101000110100101111001010001001011010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215152; }

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

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

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

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

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

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

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

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