Html Css Color HEX #30504F Dark Slate Grey

📋 copy color: '#30504F'

red 48 ◦ green 80 ◦ blue 79

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

Shades of Dark Slate Grey #30504F

Tints of Dark Slate Grey #30504F

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 value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.69

RGB Variations

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

Color information

#30504F (or 0x30504F) is known color: 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

RGB 48 80 79 -
CMYK 0.40 0 0.01 0.69
HSL 178.13º 0.25% 0.25% -
HSV(B) 178.13º 0.4% 0.31% -
XYZ 5.5 6.93 8.44 -
YUV 70.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 48 80 79 0.40 0 0.01 0.69 178.13 0.25 0.25
Hex 30 50 4F 28 0 1 45 B2 19 19
Octal 60 120 117 50 0 1 105 262 31 31
Binary 110000 1010000 1001111 101000 0 1 1000101 10110010 11001 11001

Color Harmonies of #30504F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30504F

Black with #30504F

Text Example


Text Example

White with #30504F

Text Example


Text Example

HTML Codes & Css Web 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>