Html Css Color HEX #285251 Dark Slate Grey

📋 copy color: '#285251'

red 40 ◦ green 82 ◦ blue 81

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

Shades of Dark Slate Grey #285251

Tints of Dark Slate Grey #285251

RGB

 RED value IS 40 (16.02% from 255) = 19.7%

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

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

R = 19.7%
G = 40.39%
B = 39.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#285251 (or 0x285251) is known color: Dark Slate Grey. HEX triplet: 28, 52 and 51. RGB value is (40,82,81). Sum of RGB (Red+Green+Blue) = 40+82+81=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 82 - color contains mainly: green. Hex color #285251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285251 is #D7ADAE. Grayscale: #454545. Windows color (decimal): -14134703 or 5329448. OLE color: 5329448.

HSL color Cylindrical-coordinate representation of color #285251: hue angle of 178.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #285251 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 40 82 81 -
CMYK 0.51 0 0.01 0.68
HSL 178.57º 0.34% 0.24% -
HSV(B) 178.57º 0.51% 0.32% -
XYZ 5.38 7.08 8.87 -
YUV 69.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 40 82 81 0.51 0 0.01 0.68 178.57 0.34 0.24
Hex 28 52 51 33 0 1 44 B3 22 18
Octal 50 122 121 63 0 1 104 263 42 30
Binary 101000 1010010 1010001 110011 0 1 1000100 10110011 100010 11000

Color Harmonies of #285251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285251

Black with #285251

Text Example


Text Example

White with #285251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285251; }

 p { color: rgb(40,82,81); }

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

background-color css

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

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

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

border-color css

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

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

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