Html Css Color HEX #304849 Dark Slate Grey

📋 copy color: '#304849'

red 48 ◦ green 72 ◦ blue 73

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

Shades of Dark Slate Grey #304849

Tints of Dark Slate Grey #304849

RGB

 RED value IS 48 (19.14% from 255) = 24.87%

 GREEN value IS 72 (28.52% from 255) = 37.31%

 BLUE value IS 73 (28.91% from 255) = 37.82%

R = 24.87%
G = 37.31%
B = 37.82%

CMYK

 C value IS 0.34

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#304849 (or 0x304849) is known color: Dark Slate Grey. HEX triplet: 30, 48 and 49. RGB value is (48,72,73). Sum of RGB (Red+Green+Blue) = 48+72+73=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 73 (28.91% from 255 or 37.82% from 193); Max value from RGB is 73 - color contains mainly: blue. Hex color #304849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304849 is #CFB7B6. Grayscale: #404040. Windows color (decimal): -13612983 or 4802608. OLE color: 4802608.

HSL color Cylindrical-coordinate representation of color #304849: hue angle of 182.4º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #304849 is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 48 72 73 -
CMYK 0.34 0.01 0 0.71
HSL 182.4º 0.21% 0.24% -
HSV(B) 182.4º 0.34% 0.29% -
XYZ 4.74 5.74 7.16 -
YUV 64.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 48 72 73 0.34 0.01 0 0.71 182.4 0.21 0.24
Hex 30 48 49 22 1 0 47 B6 15 18
Octal 60 110 111 42 1 0 107 266 25 30
Binary 110000 1001000 1001001 100010 1 0 1000111 10110110 10101 11000

Color Harmonies of #304849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304849

Black with #304849

Text Example


Text Example

White with #304849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304849; }

 p { color: rgb(48,72,73); }

 H1.HeaderClassName
 {
   color: #304849;
 }
 .AnyTagClassName
 {
   color: #304849;
 }
</style>

background-color css

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

 a { background-color: rgb(48,72,73); }

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

border-color css

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

 span { border-color: rgb(48,72,73); }

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