#293137

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

Shades of Cod Grey #293137

Tints of Cod Grey #293137

Color information

#293137 (or 0x293137) is unknown color: approx Cod Grey. HEX triplet: 29, 31 and 37. RGB value is (41,49,55). Sum of RGB (Red+Green+Blue) = 41+49+55=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 55 (21.88% from 255 or 37.93% from 145); Max value from RGB is 55 - color contains mainly: blue. Hex color #293137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293137 is #D6CEC8. Grayscale: #2F2F2F. Windows color (decimal): -14077641 or 3617065. OLE color: 3617065.

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

Color convert

RGB414955-
CMYK0.250.1100.78
HSL205.71º14.58%18.82%-
HSV(B)205.71º25.45%21.57%-
XYZ2.72.944.04-
YUV47.29132.35123.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.28%
GREEN value IS 49 (19.53% from 255) = 33.79%
BLUE value IS 55 (21.88% from 255) = 37.93%
R=28.28%
G=33.79%
B=37.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4149550.250.1100.78205.7114.5818.82
Hex29313719B04Ecef13
Octal516167311301163161723
Binary1010011100011101111100110110100111011001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293137; }

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

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

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

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

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

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

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

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