#295353

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

Shades of Dark Slate Grey #295353

Tints of Dark Slate Grey #295353

Color information

#295353 (or 0x295353) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 53 and 53. RGB value is (41,83,83). Sum of RGB (Red+Green+Blue) = 41+83+83=207 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.81% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 83 (32.81% from 255 or 40.10% from 207); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #295353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295353 is #D6ACAC. Grayscale: #464646. Windows color (decimal): -14068909 or 5460777. OLE color: 5460777.

HSL color Cylindrical-coordinate representation of color #295353: hue angle of 180º 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 #295353 is Cyan = 0.51, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB418383-
CMYK0.51000.67
HSL180º33.87%24.31%-
HSV(B)180º50.6%32.55%-
XYZ5.577.289.3-
YUV70.44135.09107-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 19.81%
GREEN value IS 83 (32.81% from 255) = 40.10%
BLUE value IS 83 (32.81% from 255) = 40.10%
R=19.81%
G=40.10%
B=40.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183830.51000.6718033.8724.31
Hex295353330043b42218
Octal5112312363001032644230
Binary101001101001110100111100110010000111011010010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295353; }

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

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

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

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

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

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

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

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