Shades of Cod Grey #303132
Tints of Cod Grey #303132
RGB
CMYK
RGB Variations
Color information
#303132 (or 0x303132) is known color: Cod Grey. HEX triplet: 30, 31 and 32. RGB value is (48,49,50). Sum of RGB (Red+Green+Blue) = 48+49+50=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 50 - color contains mainly: blue. Hex color #303132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303132 is #CFCECD. Grayscale: #303030. Windows color (decimal): -13618894 or 3289392. OLE color: 3289392.
HSL color Cylindrical-coordinate representation of color #303132: hue angle of 210º degrees, saturation: 0.02, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #303132 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
RGB | 48 | 49 | 50 | - |
CMYK | 0.04 | 0.02 | 0 | 0.80 |
HSL | 210º | 0.02% | 0.19% | - |
HSV(B) | 210º | 0.04% | 0.2% | - |
XYZ | 2.89 | 3.06 | 3.45 | - |
YUV | 48.82 | 128.67 | 127.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 48 | 49 | 50 | 0.04 | 0.02 | 0 | 0.80 | 210 | 0.02 | 0.19 |
Hex | 30 | 31 | 32 | 4 | 2 | 0 | 50 | D2 | 2 | 13 |
Octal | 60 | 61 | 62 | 4 | 2 | 0 | 120 | 322 | 2 | 23 |
Binary | 110000 | 110001 | 110010 | 100 | 10 | 0 | 1010000 | 11010010 | 10 | 10011 |
Color Harmonies of #303132
Complementary color
Monochromatic Colors of #303132
Black with #303132
Text Example
Text Example
White with #303132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303132; }
p { color: rgb(48,49,50); }
H1.HeaderClassName
{
color: #303132;
}
.AnyTagClassName
{
color: #303132;
}
</style>
background-color css
<style>
a { background-color: #303132; }
a { background-color: rgb(48,49,50); }
div.DivClassName
{
background-color: #303132;
}
.BgClassName
{
background-color: #303132;
}
</style>
border-color css
<style>
span { border-color: #303132; }
span { border-color: rgb(48,49,50); }
td.TdClassName
{
border-color: #303132;
}
.TagClassName
{
border-color: #303132;
}
</style>