Shades of Cod Grey #323334
Tints of Cod Grey #323334
RGB
CMYK
RGB Variations
Color information
#323334 (or 0x323334) is known color: Cod Grey. HEX triplet: 32, 33 and 34. RGB value is (50,51,52). Sum of RGB (Red+Green+Blue) = 50+51+52=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 52 (20.70% from 255 or 33.99% from 153); Max value from RGB is 52 - color contains mainly: blue. Hex color #323334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323334 is #CDCCCB. Grayscale: #323232. Windows color (decimal): -13487308 or 3420978. OLE color: 3420978.
HSL color Cylindrical-coordinate representation of color #323334: hue angle of 210º degrees, saturation: 0.02, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #323334 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 50 | 51 | 52 | - |
CMYK | 0.04 | 0.02 | 0 | 0.80 |
HSL | 210º | 0.02% | 0.2% | - |
HSV(B) | 210º | 0.04% | 0.2% | - |
XYZ | 3.12 | 3.29 | 3.72 | - |
YUV | 50.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 51 | 52 | 0.04 | 0.02 | 0 | 0.80 | 210 | 0.02 | 0.2 |
Hex | 32 | 33 | 34 | 4 | 2 | 0 | 50 | D2 | 2 | 14 |
Octal | 62 | 63 | 64 | 4 | 2 | 0 | 120 | 322 | 2 | 24 |
Binary | 110010 | 110011 | 110100 | 100 | 10 | 0 | 1010000 | 11010010 | 10 | 10100 |
Color Harmonies of #323334
Complementary color
Monochromatic Colors of #323334
Black with #323334
Text Example
Text Example
White with #323334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323334; }
p { color: rgb(50,51,52); }
H1.HeaderClassName
{
color: #323334;
}
.AnyTagClassName
{
color: #323334;
}
</style>
background-color css
<style>
a { background-color: #323334; }
a { background-color: rgb(50,51,52); }
div.DivClassName
{
background-color: #323334;
}
.BgClassName
{
background-color: #323334;
}
</style>
border-color css
<style>
span { border-color: #323334; }
span { border-color: rgb(50,51,52); }
td.TdClassName
{
border-color: #323334;
}
.TagClassName
{
border-color: #323334;
}
</style>