#295352

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

Shades of Dark Slate Grey #295352

Tints of Dark Slate Grey #295352

Color information

#295352 (or 0x295352) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 53 and 52. RGB value is (41,83,82). Sum of RGB (Red+Green+Blue) = 41+83+82=206 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.90% from 206); Green value is 83 (32.81% from 255 or 40.29% from 206); Blue value is 82 (32.42% from 255 or 39.81% from 206); Max value from RGB is 83 - color contains mainly: green. Hex color #295352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295352 is #D6ACAD. Grayscale: #464646. Windows color (decimal): -14068910 or 5395241. OLE color: 5395241.

HSL color Cylindrical-coordinate representation of color #295352: hue angle of 178.57º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #295352 is Cyan = 0.51, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.67.

Color convert

RGB418382-
CMYK0.5100.010.67
HSL178.57º33.87%24.31%-
HSV(B)178.57º50.6%32.55%-
XYZ5.537.279.09-
YUV70.33134.59107.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.90%
GREEN value IS 83 (32.81% from 255) = 40.29%
BLUE value IS 82 (32.42% from 255) = 39.81%
R=19.90%
G=40.29%
B=39.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183820.5100.010.67178.5733.8724.31
Hex295352330143b32218
Octal5112312263011032634230
Binary101001101001110100101100110110000111011001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295352; }

 p { color: rgb(41,83,82); }

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

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

 a { background-color: rgb(41,83,82); }

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

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

 span { border-color: rgb(41,83,82); }

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