#2C494B

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

Shades of Dark Slate Grey #2C494B

Tints of Dark Slate Grey #2C494B

Color information

#2C494B (or 0x2C494B) is unknown color: approx Dark Slate Grey. HEX triplet: 2C, 49 and 4B. RGB value is (44,73,75). Sum of RGB (Red+Green+Blue) = 44+73+75=192 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.92% from 192); Green value is 73 (28.91% from 255 or 38.02% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #2C494B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C494B is #D3B6B4. Grayscale: #404040. Windows color (decimal): -13874869 or 4933932. OLE color: 4933932.

HSL color Cylindrical-coordinate representation of color #2C494B: hue angle of 183.87º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2C494B is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB447375-
CMYK0.410.0300.71
HSL183.87º26.05%23.33%-
HSV(B)183.87º41.33%29.41%-
XYZ4.695.817.53-
YUV64.56133.89113.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 22.92%
GREEN value IS 73 (28.91% from 255) = 38.02%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=22.92%
G=38.02%
B=39.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4473750.410.0300.71183.8726.0523.33
Hex2C494B293047b81a17
Octal5411111351301072703227
Binary101100100100110010111010011101000111101110001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C494B; }

 p { color: rgb(44,73,75); }

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

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

 a { background-color: rgb(44,73,75); }

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

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

 span { border-color: rgb(44,73,75); }

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