#434848

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

Shades of Dark Slate #434848

Tints of Dark Slate #434848

Color information

#434848 (or 0x434848) is unknown color: approx Dark Slate. HEX triplet: 43, 48 and 48. RGB value is (67,72,72). Sum of RGB (Red+Green+Blue) = 67+72+72=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 72 (28.52% from 255 or 34.12% from 211); Max value from RGB is 72 - color contains mainly: green, blue. Hex color #434848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434848 is #BCB7B7. Grayscale: #464646. Windows color (decimal): -12367800 or 4737091. OLE color: 4737091.

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

Color convert

RGB677272-
CMYK0.07000.72
HSL180º3.6%27.25%-
HSV(B)180º6.94%28.24%-
XYZ5.86.37.04-
YUV70.5128.84125.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.75%
GREEN value IS 72 (28.52% from 255) = 34.12%
BLUE value IS 72 (28.52% from 255) = 34.12%
R=31.75%
G=34.12%
B=34.12%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal6772720.07000.721803.627.25
Hex43484870048b441b
Octal103110110700110264433
Binary1000011100100010010001110010010001011010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434848; }

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

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

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

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

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

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

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

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