#293035

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

Shades of Cod Grey #293035

Tints of Cod Grey #293035

Color information

#293035 (or 0x293035) is unknown color: approx Cod Grey. HEX triplet: 29, 30 and 35. RGB value is (41,48,53). Sum of RGB (Red+Green+Blue) = 41+48+53=142 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.87% from 142); Green value is 48 (19.14% from 255 or 33.80% from 142); Blue value is 53 (21.09% from 255 or 37.32% from 142); Max value from RGB is 53 - color contains mainly: blue. Hex color #293035 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293035 is #D6CFCA. Grayscale: #2E2E2E. Windows color (decimal): -14077899 or 3485737. OLE color: 3485737.

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

Color convert

RGB414853-
CMYK0.230.0900.79
HSL205º12.77%18.43%-
HSV(B)205º22.64%20.78%-
XYZ2.612.843.78-
YUV46.48131.68124.09-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 28.87%
GREEN value IS 48 (19.14% from 255) = 33.80%
BLUE value IS 53 (21.09% from 255) = 37.32%
R=28.87%
G=33.80%
B=37.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4148530.230.0900.7920512.7718.43
Hex29303517904Fcdd12
Octal516065271101173151522
Binary1010011100001101011011110010100111111001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293035; }

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

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

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

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

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

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

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

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