Html Css Color HEX #284748 Dark Slate Grey

📋 copy color: '#284748'

red 40 ◦ green 71 ◦ blue 72

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

Shades of Dark Slate Grey #284748

Tints of Dark Slate Grey #284748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.8%

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

R = 21.86%
G = 38.8%
B = 39.34%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

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

RGB 40 71 72 -
CMYK 0.44 0.01 0 0.72
HSL 181.88º 0.29% 0.22% -
HSV(B) 181.88º 0.44% 0.28% -
XYZ 4.3 5.43 6.95 -
YUV 61.85 133.73 112.42 -
System Red Green Blue C M Y K H S L
Decimal 40 71 72 0.44 0.01 0 0.72 181.88 0.29 0.22
Hex 28 47 48 2C 1 0 48 B6 1D 16
Octal 50 107 110 54 1 0 110 266 35 26
Binary 101000 1000111 1001000 101100 1 0 1001000 10110110 11101 10110

Color Harmonies of #284748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284748

Black with #284748

Text Example


Text Example

White with #284748

Text Example


Text Example

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