Html Css Color HEX #284548 Dark Slate Grey

📋 copy color: '#284548'

red 40 ◦ green 69 ◦ blue 72

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

Shades of Dark Slate Grey #284548

Tints of Dark Slate Grey #284548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 38.12%

 BLUE value IS 72 (28.52% from 255) = 39.78%

R = 22.1%
G = 38.12%
B = 39.78%

CMYK

 C value IS 0.44

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#284548 (or 0x284548) is known color: 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

RGB 40 69 72 -
CMYK 0.44 0.04 0 0.72
HSL 185.63º 0.29% 0.22% -
HSV(B) 185.63º 0.44% 0.28% -
XYZ 4.17 5.18 6.91 -
YUV 60.67 134.39 113.26 -
System Red Green Blue C M Y K H S L
Decimal 40 69 72 0.44 0.04 0 0.72 185.63 0.29 0.22
Hex 28 45 48 2C 4 0 48 BA 1D 16
Octal 50 105 110 54 4 0 110 272 35 26
Binary 101000 1000101 1001000 101100 100 0 1001000 10111010 11101 10110

Color Harmonies of #284548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284548

Black with #284548

Text Example


Text Example

White with #284548

Text Example


Text Example

HTML Codes & Css Web 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>