Shades of Cod Grey #323538
Tints of Cod Grey #323538
RGB
CMYK
RGB Variations
Color information
#323538 (or 0x323538) is known color: Cod Grey. HEX triplet: 32, 35 and 38. RGB value is (50,53,56). Sum of RGB (Red+Green+Blue) = 50+53+56=159 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.45% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 56 - color contains mainly: blue. Hex color #323538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323538 is #CDCAC7. Grayscale: #343434. Windows color (decimal): -13486792 or 3683634. OLE color: 3683634.
HSL color Cylindrical-coordinate representation of color #323538: hue angle of 210º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #323538 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 53 | 56 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.78 |
| HSL | 210º | 0.06% | 0.21% | - |
| HSV(B) | 210º | 0.11% | 0.22% | - |
| XYZ | 3.3 | 3.51 | 4.24 | - |
| YUV | 52.45 | 130.01 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 53 | 56 | 0.11 | 0.05 | 0 | 0.78 | 210 | 0.06 | 0.21 |
| Hex | 32 | 35 | 38 | B | 5 | 0 | 4E | D2 | 6 | 15 |
| Octal | 62 | 65 | 70 | 13 | 5 | 0 | 116 | 322 | 6 | 25 |
| Binary | 110010 | 110101 | 111000 | 1011 | 101 | 0 | 1001110 | 11010010 | 110 | 10101 |
Color Harmonies of #323538
Complementary color
Monochromatic Colors of #323538
Black with #323538
Text Example
Text Example
White with #323538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323538; }
p { color: rgb(50,53,56); }
H1.HeaderClassName
{
color: #323538;
}
.AnyTagClassName
{
color: #323538;
}
</style>
background-color css
<style>
a { background-color: #323538; }
a { background-color: rgb(50,53,56); }
div.DivClassName
{
background-color: #323538;
}
.BgClassName
{
background-color: #323538;
}
</style>
border-color css
<style>
span { border-color: #323538; }
span { border-color: rgb(50,53,56); }
td.TdClassName
{
border-color: #323538;
}
.TagClassName
{
border-color: #323538;
}
</style>