#284748

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

Shades of Dark Slate Grey #284748

Tints of Dark Slate Grey #284748

Color information

#284748 (or 0x284748) is unknown color: approx Dark Slate Grey. HEX triplet: 28, 47 and 48. RGB value is (40,71,72). Sum of RGB (Red+Green+Blue) = 40+71+72=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 71 (28.12% from 255 or 38.80% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #284748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284748 is #D7B8B7. Grayscale: #3D3D3D. Windows color (decimal): -14137528 or 4736808. OLE color: 4736808.

HSL color Cylindrical-coordinate representation of color #284748: hue angle of 181.88º 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 #284748 is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB407172-
CMYK0.440.0100.72
HSL181.88º28.57%21.96%-
HSV(B)181.88º44.44%28.24%-
XYZ4.35.436.95-
YUV61.84133.73112.42-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 21.86%
GREEN value IS 71 (28.12% from 255) = 38.80%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=21.86%
G=38.80%
B=39.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4071720.440.0100.72181.8828.5721.96
Hex2847482C1048b61d16
Octal5010711054101102663526
Binary10100010001111001000101100101001000101101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284748; }

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

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

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

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

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

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

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

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