#293136

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

Shades of Cod Grey #293136

Tints of Cod Grey #293136

Color information

#293136 (or 0x293136) is unknown color: approx Cod Grey. HEX triplet: 29, 31 and 36. RGB value is (41,49,54). Sum of RGB (Red+Green+Blue) = 41+49+54=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 49 (19.53% from 255 or 34.03% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 54 - color contains mainly: blue. Hex color #293136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293136 is #D6CEC9. Grayscale: #2F2F2F. Windows color (decimal): -14077642 or 3551529. OLE color: 3551529.

HSL color Cylindrical-coordinate representation of color #293136: hue angle of 203.08º degrees, saturation: 0.14, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #293136 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB414954-
CMYK0.240.0900.79
HSL203.08º13.68%18.63%-
HSV(B)203.08º24.07%21.18%-
XYZ2.682.933.92-
YUV47.18131.85123.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.47%
GREEN value IS 49 (19.53% from 255) = 34.03%
BLUE value IS 54 (21.48% from 255) = 37.5%
R=28.47%
G=34.03%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4149540.240.0900.79203.0813.6818.63
Hex29313618904Fcbe13
Octal516166301101173131623
Binary1010011100011101101100010010100111111001011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293136; }

 p { color: rgb(41,49,54); }

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

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

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

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

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

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

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