Html Css Color HEX #293138 Cod Grey

📋 copy color: '#293138'

red 41 ◦ green 49 ◦ blue 56

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

Shades of Cod Grey #293138

Tints of Cod Grey #293138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.56%

 BLUE value IS 56 (22.27% from 255) = 38.36%

R = 28.08%
G = 33.56%
B = 38.36%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#293138 (or 0x293138) is known color: Cod Grey. HEX triplet: 29, 31 and 38. RGB value is (41,49,56). Sum of RGB (Red+Green+Blue) = 41+49+56=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 56 - color contains mainly: blue. Hex color #293138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293138 is #D6CEC7. Grayscale: #2F2F2F. Windows color (decimal): -14077640 or 3682601. OLE color: 3682601.

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

Color convert

RGB 41 49 56 -
CMYK 0.27 0.12 0 0.78
HSL 208º 0.15% 0.19% -
HSV(B) 208º 0.27% 0.22% -
XYZ 2.73 2.95 4.17 -
YUV 47.41 132.85 123.43 -
System Red Green Blue C M Y K H S L
Decimal 41 49 56 0.27 0.12 0 0.78 208 0.15 0.19
Hex 29 31 38 1B C 0 4E D0 F 13
Octal 51 61 70 33 14 0 116 320 17 23
Binary 101001 110001 111000 11011 1100 0 1001110 11010000 1111 10011

Color Harmonies of #293138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293138

Black with #293138

Text Example


Text Example

White with #293138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293138; }

 p { color: rgb(41,49,56); }

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

background-color css

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

 a { background-color: rgb(41,49,56); }

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

border-color css

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

 span { border-color: rgb(41,49,56); }

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