#284749

Color #284749 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #284749

Tints of Dark Slate Grey #284749

Color information

#284749 (or 0x284749) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 47 and 49. RGB value is (40,71,73). Sum of RGB (Red+Green+Blue) = 40+71+73=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 73 (28.91% from 255 or 39.67% from 184); Max value from RGB is 73 - color contains mainly: blue. Hex color #284749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284749 is #D7B8B6. Grayscale: #3D3D3D. Windows color (decimal): -14137527 or 4802344. OLE color: 4802344.

HSL color Cylindrical-coordinate representation of color #284749: hue angle of 183.64º 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 #284749 is Cyan = 0.45, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB407173-
CMYK0.450.0300.71
HSL183.64º29.2%22.16%-
HSV(B)183.64º45.21%28.63%-
XYZ4.335.447.12-
YUV61.96134.23112.34-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.74%
GREEN value IS 71 (28.12% from 255) = 38.59%
BLUE value IS 73 (28.91% from 255) = 39.67%
R=21.74%
G=38.59%
B=39.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4071730.450.0300.71183.6429.222.16
Hex2847492D3047b81d16
Octal5010711155301072703526
Binary101000100011110010011011011101000111101110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284749; }

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

 H1.HeaderClassName
 {
   color: #284749;
 }
 .AnyTagClassName
 {
   color: #284749;
 }
</style>
background-color css

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

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

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

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

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

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