#293036

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

Shades of Cod Grey #293036

Tints of Cod Grey #293036

Color information

#293036 (or 0x293036) is unknown color: approx Cod Grey. HEX triplet: 29, 30 and 36. RGB value is (41,48,54). Sum of RGB (Red+Green+Blue) = 41+48+54=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 54 - color contains mainly: blue. Hex color #293036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293036 is #D6CFC9. Grayscale: #2E2E2E. Windows color (decimal): -14077898 or 3551273. OLE color: 3551273.

HSL color Cylindrical-coordinate representation of color #293036: hue angle of 207.69º 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 #293036 is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB414854-
CMYK0.240.1100.79
HSL207.69º13.68%18.63%-
HSV(B)207.69º24.07%21.18%-
XYZ2.642.853.9-
YUV46.59132.18124.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.67%
GREEN value IS 48 (19.14% from 255) = 33.57%
BLUE value IS 54 (21.48% from 255) = 37.76%
R=28.67%
G=33.57%
B=37.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4148540.240.1100.79207.6913.6818.63
Hex29303618B04Fd0e13
Octal516066301301173201623
Binary1010011100001101101100010110100111111010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293036; }

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

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

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

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

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

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

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

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