Html Css Color HEX #215151 Dark Slate Grey

📋 copy color: '#215151'

red 33 ◦ green 81 ◦ blue 81

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

Shades of Dark Slate Grey #215151

Tints of Dark Slate Grey #215151

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

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

RGB 33 81 81 -
CMYK 0.59 0 0 0.68
HSL 180º 0.42% 0.22% -
HSV(B) 180º 0.59% 0.32% -
XYZ 5.05 6.8 8.83 -
YUV 66.65 136.1 104 -
System Red Green Blue C M Y K H S L
Decimal 33 81 81 0.59 0 0 0.68 180 0.42 0.22
Hex 21 51 51 3B 0 0 44 B4 2A 16
Octal 41 121 121 73 0 0 104 264 52 26
Binary 100001 1010001 1010001 111011 0 0 1000100 10110100 101010 10110

Color Harmonies of #215151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215151

Black with #215151

Text Example


Text Example

White with #215151

Text Example


Text Example

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