#305253

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

Shades of Dark Slate Grey #305253

Tints of Dark Slate Grey #305253

Color information

#305253 (or 0x305253) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 52 and 53. RGB value is (48,82,83). Sum of RGB (Red+Green+Blue) = 48+82+83=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #305253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305253 is #CFADAC. Grayscale: #474747. Windows color (decimal): -13610413 or 5460528. OLE color: 5460528.

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

Color convert

RGB488283-
CMYK0.420.0100.67
HSL181.71º26.72%25.69%-
HSV(B)181.71º42.17%32.55%-
XYZ5.87.299.28-
YUV71.95134.24110.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=22.54%
G=38.50%
B=38.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4882830.420.0100.67181.7126.7225.69
Hex3052532A1043b61b1a
Octal6012212352101032663332
Binary11000010100101010011101010101000011101101101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305253; }

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

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

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

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

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

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

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

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