#295051

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

Shades of Dark Slate Grey #295051

Tints of Dark Slate Grey #295051

Color information

#295051 (or 0x295051) is unknown color: approx Dark Slate Grey. HEX triplet: 29, 50 and 51. RGB value is (41,80,81). Sum of RGB (Red+Green+Blue) = 41+80+81=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 81 - color contains mainly: blue. Hex color #295051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #295051 is #D6AFAE. Grayscale: #444444. Windows color (decimal): -14069679 or 5328937. OLE color: 5328937.

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

Color convert

RGB418081-
CMYK0.490.0100.68
HSL181.5º32.79%23.92%-
HSV(B)181.5º49.38%31.76%-
XYZ5.276.88.82-
YUV68.45135.08108.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 20.30%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 81 (32.03% from 255) = 40.10%
R=20.30%
G=39.60%
B=40.10%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4180810.490.0100.68181.532.7923.92
Hex295051311044b62118
Octal5112012161101042664130
Binary101001101000010100011100011010001001011011010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295051; }

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

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

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

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

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

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

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

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