#295350

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

Shades of Dark Slate Grey #295350

Tints of Dark Slate Grey #295350

Color information

#295350 (or 0x295350) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 53 and 50. RGB value is (41,83,80). Sum of RGB (Red+Green+Blue) = 41+83+80=204 (27% of max value = 765). Red value is 41 (16.41% from 255 or 20.10% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 80 (31.64% from 255 or 39.22% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #295350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295350 is #D6ACAF. Grayscale: #464646. Windows color (decimal): -14068912 or 5264169. OLE color: 5264169.

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

Color convert

RGB418380-
CMYK0.5100.040.67
HSL175.71º33.87%24.31%-
HSV(B)175.71º50.6%32.55%-
XYZ5.467.248.7-
YUV70.1133.59107.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.10%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 80 (31.64% from 255) = 39.22%
R=20.10%
G=40.69%
B=39.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4183800.5100.040.67175.7133.8724.31
Hex295350330443b02218
Octal5112312063041032604230
Binary10100110100111010000110011010010000111011000010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295350; }

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

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

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

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

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

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

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

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