Html Css Color HEX #304848 Dark Slate Grey

📋 copy color: '#304848'

red 48 ◦ green 72 ◦ blue 72

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

Shades of Dark Slate Grey #304848

Tints of Dark Slate Grey #304848

RGB

 RED value IS 48 (19.14% from 255) = 25%

 GREEN value IS 72 (28.52% from 255) = 37.5%

 BLUE value IS 72 (28.52% from 255) = 37.5%

R = 25%
G = 37.5%
B = 37.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#304848 (or 0x304848) is known color: Dark Slate Grey. HEX triplet: 30, 48 and 48. RGB value is (48,72,72). Sum of RGB (Red+Green+Blue) = 48+72+72=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 72 (28.52% from 255 or 37.5% from 192); Blue value is 72 (28.52% from 255 or 37.5% from 192); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #304848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304848 is #CFB7B7. Grayscale: #404040. Windows color (decimal): -13612984 or 4737072. OLE color: 4737072.

HSL color Cylindrical-coordinate representation of color #304848: hue angle of 180º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #304848 is Cyan = 0.33, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 48 72 72 -
CMYK 0.33 0 0 0.72
HSL 180º 0.2% 0.24% -
HSV(B) 180º 0.33% 0.28% -
XYZ 4.71 5.73 6.99 -
YUV 64.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 48 72 72 0.33 0 0 0.72 180 0.2 0.24
Hex 30 48 48 21 0 0 48 B4 14 18
Octal 60 110 110 41 0 0 110 264 24 30
Binary 110000 1001000 1001000 100001 0 0 1001000 10110100 10100 11000

Color Harmonies of #304848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304848

Black with #304848

Text Example


Text Example

White with #304848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304848; }

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

 H1.HeaderClassName
 {
   color: #304848;
 }
 .AnyTagClassName
 {
   color: #304848;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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