Html Css Color HEX #293239 Cod Grey

📋 copy color: '#293239'

red 41 ◦ green 50 ◦ blue 57

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

Shades of Cod Grey #293239

Tints of Cod Grey #293239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 33.78%

 BLUE value IS 57 (22.66% from 255) = 38.51%

R = 27.7%
G = 33.78%
B = 38.51%

CMYK

 C value IS 0.28

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#293239 (or 0x293239) is known color: Cod Grey. HEX triplet: 29, 32 and 39. RGB value is (41,50,57). Sum of RGB (Red+Green+Blue) = 41+50+57=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 57 (22.66% from 255 or 38.51% from 148); Max value from RGB is 57 - color contains mainly: blue. Hex color #293239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293239 is #D6CDC6. Grayscale: #303030. Windows color (decimal): -14077383 or 3748393. OLE color: 3748393.

HSL color Cylindrical-coordinate representation of color #293239: hue angle of 206.25º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #293239 is Cyan = 0.28, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 50 57 -
CMYK 0.28 0.12 0 0.78
HSL 206.25º 0.16% 0.19% -
HSV(B) 206.25º 0.28% 0.22% -
XYZ 2.79 3.05 4.31 -
YUV 48.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 41 50 57 0.28 0.12 0 0.78 206.25 0.16 0.19
Hex 29 32 39 1C C 0 4E CE 10 13
Octal 51 62 71 34 14 0 116 316 20 23
Binary 101001 110010 111001 11100 1100 0 1001110 11001110 10000 10011

Color Harmonies of #293239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293239

Black with #293239

Text Example


Text Example

White with #293239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293239; }

 p { color: rgb(41,50,57); }

 H1.HeaderClassName
 {
   color: #293239;
 }
 .AnyTagClassName
 {
   color: #293239;
 }
</style>

background-color css

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

 a { background-color: rgb(41,50,57); }

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

border-color css

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

 span { border-color: rgb(41,50,57); }

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