#305151

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

Shades of Dark Slate Grey #305151

Tints of Dark Slate Grey #305151

Color information

#305151 (or 0x305151) is unknown color: approx Dark Slate Grey. HEX triplet: 30, 51 and 51. RGB value is (48,81,81). Sum of RGB (Red+Green+Blue) = 48+81+81=210 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.86% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #305151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305151 is #CFAEAE. Grayscale: #474747. Windows color (decimal): -13610671 or 5329200. OLE color: 5329200.

HSL color Cylindrical-coordinate representation of color #305151: hue angle of 180º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #305151 is Cyan = 0.41, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB488181-
CMYK0.41000.68
HSL180º25.58%25.29%-
HSV(B)180º40.74%31.76%-
XYZ5.657.118.86-
YUV71.13133.57111.5-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.86%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=22.86%
G=38.57%
B=38.57%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4881810.41000.6818025.5825.29
Hex305151290044b41a19
Octal6012112151001042643231
Binary11000010100011010001101001001000100101101001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305151; }

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

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

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

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

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

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

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

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