Html Css Color HEX #305353 Dark Slate Grey

📋 copy color: '#305353'

red 48 ◦ green 83 ◦ blue 83

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

Shades of Dark Slate Grey #305353

Tints of Dark Slate Grey #305353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.79%

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

R = 22.43%
G = 38.79%
B = 38.79%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#305353 (or 0x305353) is known color: Dark Slate Grey. HEX triplet: 30, 53 and 53. RGB value is (48,83,83). Sum of RGB (Red+Green+Blue) = 48+83+83=214 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.43% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #305353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305353 is #CFACAC. Grayscale: #484848. Windows color (decimal): -13610157 or 5460784. OLE color: 5460784.

HSL color Cylindrical-coordinate representation of color #305353: hue angle of 180º 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 #305353 is Cyan = 0.42, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 48 83 83 -
CMYK 0.42 0 0 0.67
HSL 180º 0.27% 0.26% -
HSV(B) 180º 0.42% 0.33% -
XYZ 5.87 7.44 9.31 -
YUV 72.54 133.9 110.5 -
System Red Green Blue C M Y K H S L
Decimal 48 83 83 0.42 0 0 0.67 180 0.27 0.26
Hex 30 53 53 2A 0 0 43 B4 1B 1A
Octal 60 123 123 52 0 0 103 264 33 32
Binary 110000 1010011 1010011 101010 0 0 1000011 10110100 11011 11010

Color Harmonies of #305353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #305353

Black with #305353

Text Example


Text Example

White with #305353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #305353; }

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

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

background-color css

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

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

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

border-color css

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

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

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