#293034

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

Shades of Cod Grey #293034

Tints of Cod Grey #293034

Color information

#293034 (or 0x293034) is unknown color: approx Cod Grey. HEX triplet: 29, 30 and 34. RGB value is (41,48,52). Sum of RGB (Red+Green+Blue) = 41+48+52=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 48 (19.14% from 255 or 34.04% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 52 - color contains mainly: blue. Hex color #293034 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293034 is #D6CFCB. Grayscale: #2E2E2E. Windows color (decimal): -14077900 or 3420201. OLE color: 3420201.

HSL color Cylindrical-coordinate representation of color #293034: hue angle of 201.82º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #293034 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB414852-
CMYK0.210.0800.80
HSL201.82º11.83%18.24%-
HSV(B)201.82º21.15%20.39%-
XYZ2.592.833.66-
YUV46.36131.18124.17-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.08%
GREEN value IS 48 (19.14% from 255) = 34.04%
BLUE value IS 52 (20.70% from 255) = 36.88%
R=29.08%
G=34.04%
B=36.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4148520.210.0800.80201.8211.8318.24
Hex293034158050cac12
Octal516064251001203121422
Binary1010011100001101001010110000101000011001010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293034; }

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

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

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

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

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

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

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

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