#434545

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

Shades of Dark Slate #434545

Tints of Dark Slate #434545

Color information

#434545 (or 0x434545) is unknown color: approx Dark Slate. HEX triplet: 43, 45 and 45. RGB value is (67,69,69). Sum of RGB (Red+Green+Blue) = 67+69+69=205 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.68% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 69 (27.34% from 255 or 33.66% from 205); Max value from RGB is 69 - color contains mainly: green, blue. Hex color #434545 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434545 is #BCBABA. Grayscale: #444444. Windows color (decimal): -12368571 or 4539715. OLE color: 4539715.

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

Color convert

RGB676969-
CMYK0.03000.73
HSL180º1.47%26.67%-
HSV(B)180º2.9%27.06%-
XYZ5.525.886.47-
YUV68.4128.34127-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.68%
GREEN value IS 69 (27.34% from 255) = 33.66%
BLUE value IS 69 (27.34% from 255) = 33.66%
R=32.68%
G=33.66%
B=33.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6769690.03000.731801.4726.67
Hex43454530049b411b
Octal103105105300111264133
Binary1000011100010110001011100100100110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434545; }

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

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

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

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

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

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

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

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