Html Css Color HEX #293034 Cod Grey

📋 copy color: '#293034'

red 41 ◦ green 48 ◦ blue 52

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

Shades of Cod Grey #293034

Tints of Cod Grey #293034

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.7% from 255) = 36.88%

R = 29.08%
G = 34.04%
B = 36.88%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

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

RGB 41 48 52 -
CMYK 0.21 0.08 0 0.80
HSL 201.82º 0.12% 0.18% -
HSV(B) 201.82º 0.21% 0.2% -
XYZ 2.59 2.83 3.66 -
YUV 46.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 41 48 52 0.21 0.08 0 0.80 201.82 0.12 0.18
Hex 29 30 34 15 8 0 50 CA C 12
Octal 51 60 64 25 10 0 120 312 14 22
Binary 101001 110000 110100 10101 1000 0 1010000 11001010 1100 10010

Color Harmonies of #293034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293034

Black with #293034

Text Example


Text Example

White with #293034

Text Example


Text Example

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