#293138

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

Shades of Cod Grey #293138

Tints of Cod Grey #293138

Color information

#293138 (or 0x293138) is unknown color: approx Cod Grey. HEX triplet: 29, 31 and 38. RGB value is (41,49,56). Sum of RGB (Red+Green+Blue) = 41+49+56=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #293138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293138 is #D6CEC7. Grayscale: #2F2F2F. Windows color (decimal): -14077640 or 3682601. OLE color: 3682601.

HSL color Cylindrical-coordinate representation of color #293138: hue angle of 208º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #293138 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB414956-
CMYK0.270.1200.78
HSL208º15.46%19.02%-
HSV(B)208º26.79%21.96%-
XYZ2.732.954.17-
YUV47.41132.85123.43-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.08%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 56 (22.27% from 255) = 38.36%
R=28.08%
G=33.56%
B=38.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4149560.270.1200.7820815.4619.02
Hex2931381BC04Ed0f13
Octal516170331401163201723
Binary1010011100011110001101111000100111011010000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293138; }

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

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

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

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

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

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

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

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