#414848

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

Shades of Dark Slate #414848

Tints of Dark Slate #414848

Color information

#414848 (or 0x414848) is unknown color: approx Dark Slate. HEX triplet: 41, 48 and 48. RGB value is (65,72,72). Sum of RGB (Red+Green+Blue) = 65+72+72=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 72 (28.52% from 255 or 34.45% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #414848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414848 is #BEB7B7. Grayscale: #454545. Windows color (decimal): -12498872 or 4737089. OLE color: 4737089.

HSL color Cylindrical-coordinate representation of color #414848: hue angle of 180º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #414848 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB657272-
CMYK0.10000.72
HSL180º5.11%26.86%-
HSV(B)180º9.72%28.24%-
XYZ5.676.237.03-
YUV69.91129.18124.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 72 (28.52% from 255) = 34.45%
BLUE value IS 72 (28.52% from 255) = 34.45%
R=31.10%
G=34.45%
B=34.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6572720.10000.721805.1126.86
Hex414848A0048b451b
Octal1011101101200110264533
Binary10000011001000100100010100010010001011010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414848; }

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

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

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

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

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

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

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

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