Html Css Color HEX #305053 Dark Slate Grey

📋 copy color: '#305053'

red 48 ◦ green 80 ◦ blue 83

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

Shades of Dark Slate Grey #305053

Tints of Dark Slate Grey #305053

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.91%

 BLUE value IS 83 (32.81% from 255) = 39.34%

R = 22.75%
G = 37.91%
B = 39.34%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#305053 (or 0x305053) is known color: Dark Slate Grey. HEX triplet: 30, 50 and 53. RGB value is (48,80,83). Sum of RGB (Red+Green+Blue) = 48+80+83=211 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.75% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #305053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305053 is #CFAFAC. Grayscale: #464646. Windows color (decimal): -13610925 or 5460016. OLE color: 5460016.

HSL color Cylindrical-coordinate representation of color #305053: hue angle of 185.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #305053 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 80 83 -
CMYK 0.42 0.04 0 0.67
HSL 185.14º 0.27% 0.26% -
HSV(B) 185.14º 0.42% 0.33% -
XYZ 5.65 6.99 9.24 -
YUV 70.77 134.9 111.76 -
System Red Green Blue C M Y K H S L
Decimal 48 80 83 0.42 0.04 0 0.67 185.14 0.27 0.26
Hex 30 50 53 2A 4 0 43 B9 1B 1A
Octal 60 120 123 52 4 0 103 271 33 32
Binary 110000 1010000 1010011 101010 100 0 1000011 10111001 11011 11010

Color Harmonies of #305053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305053

Black with #305053

Text Example


Text Example

White with #305053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305053; }

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

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

background-color css

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

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

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

border-color css

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

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

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