#304948

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

Shades of Dark Slate Grey #304948

Tints of Dark Slate Grey #304948

Color information

#304948 (or 0x304948) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 49 and 48. RGB value is (48,73,72). Sum of RGB (Red+Green+Blue) = 48+73+72=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 73 (28.91% from 255 or 37.82% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 73 - color contains mainly: green. Hex color #304948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304948 is #CFB6B7. Grayscale: #414141. Windows color (decimal): -13612728 or 4737328. OLE color: 4737328.

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

Color convert

RGB487372-
CMYK0.3400.010.71
HSL177.6º20.66%23.73%-
HSV(B)177.6º34.25%28.63%-
XYZ4.775.867.01-
YUV65.41131.72115.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.87%
GREEN value IS 73 (28.91% from 255) = 37.82%
BLUE value IS 72 (28.52% from 255) = 37.31%
R=24.87%
G=37.82%
B=37.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4873720.3400.010.71177.620.6623.73
Hex304948220147b21518
Octal6011111042011072622530
Binary11000010010011001000100010011000111101100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304948; }

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

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

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

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

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

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

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

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