Html Css Color HEX #293035 Cod Grey

📋 copy color: '#293035'

red 41 ◦ green 48 ◦ blue 53

#293035
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cod Grey #293035

Tints of Cod Grey #293035

RGB

 RED value IS 41 (16.41% from 255) = 28.87%

 GREEN value IS 48 (19.14% from 255) = 33.8%

 BLUE value IS 53 (21.09% from 255) = 37.32%

R = 28.87%
G = 33.8%
B = 37.32%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#293035 (or 0x293035) is known color: 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

RGB 41 48 53 -
CMYK 0.23 0.09 0 0.79
HSL 205º 0.13% 0.18% -
HSV(B) 205º 0.23% 0.21% -
XYZ 2.61 2.84 3.78 -
YUV 46.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 41 48 53 0.23 0.09 0 0.79 205 0.13 0.18
Hex 29 30 35 17 9 0 4F CD D 12
Octal 51 60 65 27 11 0 117 315 15 22
Binary 101001 110000 110101 10111 1001 0 1001111 11001101 1101 10010

Color Harmonies of #293035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293035

Black with #293035

Text Example


Text Example

White with #293035

Text Example


Text Example

HTML Codes & Css Web 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>