#28484B

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

Shades of Dark Slate Grey #28484B

Tints of Dark Slate Grey #28484B

Color information

#28484B (or 0x28484B) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 48 and 4B. RGB value is (40,72,75). Sum of RGB (Red+Green+Blue) = 40+72+75=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 75 - color contains mainly: blue. Hex color #28484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28484B is #D7B7B4. Grayscale: #3E3E3E. Windows color (decimal): -14137269 or 4933672. OLE color: 4933672.

HSL color Cylindrical-coordinate representation of color #28484B: hue angle of 185.14º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28484B is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB407275-
CMYK0.470.0400.71
HSL185.14º30.43%22.55%-
HSV(B)185.14º46.67%29.41%-
XYZ4.465.597.5-
YUV62.77134.9111.76-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.39%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 75 (29.69% from 255) = 40.11%
R=21.39%
G=38.50%
B=40.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4072750.470.0400.71185.1430.4322.55
Hex28484B2F4047b91e17
Octal5011011357401072713627
Binary1010001001000100101110111110001000111101110011111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28484B; }

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

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

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

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

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

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

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

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