#415151

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

Shades of Dark Slate #415151

Tints of Dark Slate #415151

Color information

#415151 (or 0x415151) is unknown color: approx Dark Slate. HEX triplet: 41, 51 and 51. RGB value is (65,81,81). Sum of RGB (Red+Green+Blue) = 65+81+81=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #415151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415151 is #BEAEAE. Grayscale: #4C4C4C. Windows color (decimal): -12496559 or 5329217. OLE color: 5329217.

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

Color convert

RGB658181-
CMYK0.20000.68
HSL180º10.96%28.63%-
HSV(B)180º19.75%31.76%-
XYZ6.617.68.9-
YUV76.22130.7120-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 81 (32.03% from 255) = 35.68%
R=28.63%
G=35.68%
B=35.68%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6581810.20000.6818010.9628.63
Hex415151140044b4b1d
Octal10112112124001042641335
Binary1000001101000110100011010000100010010110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #415151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #415151; }

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

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

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

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

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

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

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

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