#304B49

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

Shades of Dark Slate Grey #304B49

Tints of Dark Slate Grey #304B49

Color information

#304B49 (or 0x304B49) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 4B and 49. RGB value is (48,75,73). Sum of RGB (Red+Green+Blue) = 48+75+73=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 75 - color contains mainly: green. Hex color #304B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304B49 is #CFB4B6. Grayscale: #424242. Windows color (decimal): -13612215 or 4803376. OLE color: 4803376.

HSL color Cylindrical-coordinate representation of color #304B49: hue angle of 175.56º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #304B49 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.71.

Color convert

RGB487573-
CMYK0.3600.030.71
HSL175.56º21.95%24.12%-
HSV(B)175.56º36%29.41%-
XYZ4.946.147.23-
YUV66.7131.55114.66-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 75 (29.69% from 255) = 38.27%
BLUE value IS 73 (28.91% from 255) = 37.24%
R=24.49%
G=38.27%
B=37.24%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4875730.3600.030.71175.5621.9524.12
Hex304B49240347b01618
Octal6011311144031072602630
Binary110000100101110010011001000111000111101100001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304B49; }

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

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

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

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

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

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

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

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