Html Css Color HEX #215252 Dark Slate Grey

📋 copy color: '#215252'

red 33 ◦ green 82 ◦ blue 82

#215252
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #215252

Tints of Dark Slate Grey #215252

RGB

 RED value IS 33 (13.28% from 255) = 16.75%

 GREEN value IS 82 (32.42% from 255) = 41.62%

 BLUE value IS 82 (32.42% from 255) = 41.62%

R = 16.75%
G = 41.62%
B = 41.62%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#215252 (or 0x215252) is known color: Dark Slate Grey. HEX triplet: 21, 52 and 52. RGB value is (33,82,82). Sum of RGB (Red+Green+Blue) = 33+82+82=197 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.75% from 197); Green value is 82 (32.42% from 255 or 41.62% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #215252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215252 is #DEADAD. Grayscale: #434343. Windows color (decimal): -14593454 or 5394977. OLE color: 5394977.

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

Color convert

RGB 33 82 82 -
CMYK 0.60 0 0 0.68
HSL 180º 0.43% 0.23% -
HSV(B) 180º 0.6% 0.32% -
XYZ 5.17 6.97 9.06 -
YUV 67.35 136.27 103.5 -
System Red Green Blue C M Y K H S L
Decimal 33 82 82 0.60 0 0 0.68 180 0.43 0.23
Hex 21 52 52 3C 0 0 44 B4 2B 17
Octal 41 122 122 74 0 0 104 264 53 27
Binary 100001 1010010 1010010 111100 0 0 1000100 10110100 101011 10111

Color Harmonies of #215252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215252

Black with #215252

Text Example


Text Example

White with #215252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215252; }

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

 H1.HeaderClassName
 {
   color: #215252;
 }
 .AnyTagClassName
 {
   color: #215252;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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