#284548

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

Shades of Dark Slate Grey #284548

Tints of Dark Slate Grey #284548

Color information

#284548 (or 0x284548) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 45 and 48. RGB value is (40,69,72). Sum of RGB (Red+Green+Blue) = 40+69+72=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 69 (27.34% from 255 or 38.12% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 72 - color contains mainly: blue. Hex color #284548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284548 is #D7BAB7. Grayscale: #3C3C3C. Windows color (decimal): -14138040 or 4736296. OLE color: 4736296.

HSL color Cylindrical-coordinate representation of color #284548: hue angle of 185.62º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #284548 is Cyan = 0.44, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB406972-
CMYK0.440.0400.72
HSL185.62º28.57%21.96%-
HSV(B)185.62º44.44%28.24%-
XYZ4.175.186.91-
YUV60.67134.39113.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.10%
GREEN value IS 69 (27.34% from 255) = 38.12%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=22.10%
G=38.12%
B=39.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4069720.440.0400.72185.6228.5721.96
Hex2845482C4048ba1d16
Octal5010511054401102723526
Binary1010001000101100100010110010001001000101110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284548; }

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

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

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

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

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

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

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

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