Html Css Color HEX #215451 Dark Slate Grey

📋 copy color: '#215451'

red 33 ◦ green 84 ◦ blue 81

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

Shades of Dark Slate Grey #215451

Tints of Dark Slate Grey #215451

RGB

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

 GREEN value IS 84 (33.2% from 255) = 42.42%

 BLUE value IS 81 (32.03% from 255) = 40.91%

R = 16.67%
G = 42.42%
B = 40.91%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#215451 (or 0x215451) is known color: Dark Slate Grey. HEX triplet: 21, 54 and 51. RGB value is (33,84,81). Sum of RGB (Red+Green+Blue) = 33+84+81=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 84 (33.20% from 255 or 42.42% from 198); Blue value is 81 (32.03% from 255 or 40.91% from 198); Max value from RGB is 84 - color contains mainly: green. Hex color #215451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215451 is #DEABAE. Grayscale: #444444. Windows color (decimal): -14592943 or 5329953. OLE color: 5329953.

HSL color Cylindrical-coordinate representation of color #215451: hue angle of 176.47º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #215451 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 33 84 81 -
CMYK 0.61 0 0.04 0.67
HSL 176.47º 0.44% 0.23% -
HSV(B) 176.47º 0.61% 0.33% -
XYZ 5.28 7.26 8.91 -
YUV 68.41 135.1 102.74 -
System Red Green Blue C M Y K H S L
Decimal 33 84 81 0.61 0 0.04 0.67 176.47 0.44 0.23
Hex 21 54 51 3D 0 4 43 B0 2C 17
Octal 41 124 121 75 0 4 103 260 54 27
Binary 100001 1010100 1010001 111101 0 100 1000011 10110000 101100 10111

Color Harmonies of #215451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215451

Black with #215451

Text Example


Text Example

White with #215451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215451; }

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

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

background-color css

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

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

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

border-color css

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

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

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