Html Css Color HEX #215152 Dark Slate Grey

📋 copy color: '#215152'

red 33 ◦ green 81 ◦ blue 82

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

Shades of Dark Slate Grey #215152

Tints of Dark Slate Grey #215152

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 value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#215152 (or 0x215152) is known color: 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

RGB 33 81 82 -
CMYK 0.60 0.01 0 0.68
HSL 181.22º 0.43% 0.23% -
HSV(B) 181.22º 0.6% 0.32% -
XYZ 5.09 6.82 9.03 -
YUV 66.76 136.6 103.92 -
System Red Green Blue C M Y K H S L
Decimal 33 81 82 0.60 0.01 0 0.68 181.22 0.43 0.23
Hex 21 51 52 3C 1 0 44 B5 2B 17
Octal 41 121 122 74 1 0 104 265 53 27
Binary 100001 1010001 1010010 111100 1 0 1000100 10110101 101011 10111

Color Harmonies of #215152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215152

Black with #215152

Text Example


Text Example

White with #215152

Text Example


Text Example

HTML Codes & Css Web 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>