Shades of Cod Grey #323639
Tints of Cod Grey #323639
RGB
CMYK
RGB Variations
Color information
#323639 (or 0x323639) is known color: Cod Grey. HEX triplet: 32, 36 and 39. RGB value is (50,54,57). Sum of RGB (Red+Green+Blue) = 50+54+57=161 (21% of max value = 765). Red value is 50 (19.92% from 255 or 31.06% from 161); Green value is 54 (21.48% from 255 or 33.54% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 57 - color contains mainly: blue. Hex color #323639 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323639 is #CDC9C6. Grayscale: #353535. Windows color (decimal): -13486535 or 3749426. OLE color: 3749426.
HSL color Cylindrical-coordinate representation of color #323639: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #323639 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 50 | 54 | 57 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.78 |
| HSL | 205.71º | 0.07% | 0.21% | - |
| HSV(B) | 205.71º | 0.12% | 0.22% | - |
| XYZ | 3.37 | 3.61 | 4.39 | - |
| YUV | 53.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 54 | 57 | 0.12 | 0.05 | 0 | 0.78 | 205.71 | 0.07 | 0.21 |
| Hex | 32 | 36 | 39 | C | 5 | 0 | 4E | CE | 7 | 15 |
| Octal | 62 | 66 | 71 | 14 | 5 | 0 | 116 | 316 | 7 | 25 |
| Binary | 110010 | 110110 | 111001 | 1100 | 101 | 0 | 1001110 | 11001110 | 111 | 10101 |
Color Harmonies of #323639
Complementary color
Monochromatic Colors of #323639
Black with #323639
Text Example
Text Example
White with #323639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323639; }
p { color: rgb(50,54,57); }
H1.HeaderClassName
{
color: #323639;
}
.AnyTagClassName
{
color: #323639;
}
</style>
background-color css
<style>
a { background-color: #323639; }
a { background-color: rgb(50,54,57); }
div.DivClassName
{
background-color: #323639;
}
.BgClassName
{
background-color: #323639;
}
</style>
border-color css
<style>
span { border-color: #323639; }
span { border-color: rgb(50,54,57); }
td.TdClassName
{
border-color: #323639;
}
.TagClassName
{
border-color: #323639;
}
</style>