#30504F

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

Shades of Dark Slate Grey #30504F

Tints of Dark Slate Grey #30504F

Color information

#30504F (or 0x30504F) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 50 and 4F. RGB value is (48,80,79). Sum of RGB (Red+Green+Blue) = 48+80+79=207 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.19% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #30504F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30504F is #CFAFB0. Grayscale: #464646. Windows color (decimal): -13610929 or 5197872. OLE color: 5197872.

HSL color Cylindrical-coordinate representation of color #30504F: hue angle of 178.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #30504F is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB488079-
CMYK0.4000.010.69
HSL178.12º25%25.1%-
HSV(B)178.12º40%31.37%-
XYZ5.56.938.44-
YUV70.32132.9112.08-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 23.19%
GREEN value IS 80 (31.64% from 255) = 38.65%
BLUE value IS 79 (31.25% from 255) = 38.16%
R=23.19%
G=38.65%
B=38.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4880790.4000.010.69178.122525.1
Hex30504F280145b21919
Octal6012011750011052623131
Binary11000010100001001111101000011000101101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30504F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30504F; }

 p { color: rgb(48,80,79); }

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

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

 a { background-color: rgb(48,80,79); }

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

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

 span { border-color: rgb(48,80,79); }

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