#304849

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

Shades of Dark Slate Grey #304849

Tints of Dark Slate Grey #304849

Color information

#304849 (or 0x304849) is unknown color: approx 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

RGB487273-
CMYK0.340.0100.71
HSL182.4º20.66%23.73%-
HSV(B)182.4º34.25%28.63%-
XYZ4.745.747.16-
YUV64.94132.55115.92-

RGB Variations

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

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 (Cyan) values IS 0.34
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4872730.340.0100.71182.420.6623.73
Hex304849221047b61518
Octal6011011142101072662530
Binary11000010010001001001100010101000111101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>