#21524D

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

Shades of Dark Slate Grey #21524D

Tints of Dark Slate Grey #21524D

Color information

#21524D (or 0x21524D) is unknown color: approx Dark Slate Grey. HEX triplet: 21, 52 and 4D. RGB value is (33,82,77). Sum of RGB (Red+Green+Blue) = 33+82+77=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 82 - color contains mainly: green. Hex color #21524D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #21524D is #DEADB2. Grayscale: #424242. Windows color (decimal): -14593459 or 5067297. OLE color: 5067297.

HSL color Cylindrical-coordinate representation of color #21524D: hue angle of 173.88º 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 #21524D is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB338277-
CMYK0.6000.060.68
HSL173.88º42.61%22.55%-
HSV(B)173.88º59.76%32.16%-
XYZ4.986.898.09-
YUV66.78133.77103.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 82 (32.42% from 255) = 42.71%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=17.19%
G=42.71%
B=40.10%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3382770.6000.060.68173.8842.6122.55
Hex21524D3C0644ae2b17
Octal4112211574061042565327
Binary10000110100101001101111100011010001001010111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21524D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21524D; }

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

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

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

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

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

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

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

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