#305352

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

Shades of Dark Slate Grey #305352

Tints of Dark Slate Grey #305352

Color information

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

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

Color convert

RGB488382-
CMYK0.4200.010.67
HSL178.29º26.72%25.69%-
HSV(B)178.29º42.17%32.55%-
XYZ5.847.429.11-
YUV72.42133.4110.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4883820.4200.010.67178.2926.7225.69
Hex3053522A0143b21b1a
Octal6012312252011032623332
Binary11000010100111010010101010011000011101100101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305352; }

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

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

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

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

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

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

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

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