Html Css Color HEX #284849 Dark Slate Grey

📋 copy color: '#284849'

red 40 ◦ green 72 ◦ blue 73

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

Shades of Dark Slate Grey #284849

Tints of Dark Slate Grey #284849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 38.92%

 BLUE value IS 73 (28.91% from 255) = 39.46%

R = 21.62%
G = 38.92%
B = 39.46%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#284849 (or 0x284849) is known color: Dark Slate Grey. HEX triplet: 28, 48 and 49. RGB value is (40,72,73). Sum of RGB (Red+Green+Blue) = 40+72+73=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 72 (28.52% from 255 or 38.92% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #284849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284849 is #D7B7B6. Grayscale: #3E3E3E. Windows color (decimal): -14137271 or 4802600. OLE color: 4802600.

HSL color Cylindrical-coordinate representation of color #284849: hue angle of 181.82º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #284849 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 72 73 -
CMYK 0.45 0.01 0 0.71
HSL 181.82º 0.29% 0.22% -
HSV(B) 181.82º 0.45% 0.29% -
XYZ 4.4 5.57 7.15 -
YUV 62.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 40 72 73 0.45 0.01 0 0.71 181.82 0.29 0.22
Hex 28 48 49 2D 1 0 47 B6 1D 16
Octal 50 110 111 55 1 0 107 266 35 26
Binary 101000 1001000 1001001 101101 1 0 1000111 10110110 11101 10110

Color Harmonies of #284849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284849

Black with #284849

Text Example


Text Example

White with #284849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284849; }

 p { color: rgb(40,72,73); }

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

background-color css

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

 a { background-color: rgb(40,72,73); }

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

border-color css

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

 span { border-color: rgb(40,72,73); }

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