Shades of Cod Grey #303233
Tints of Cod Grey #303233
RGB
CMYK
RGB Variations
Color information
#303233 (or 0x303233) is known color: Cod Grey. HEX triplet: 30, 32 and 33. RGB value is (48,50,51). Sum of RGB (Red+Green+Blue) = 48+50+51=149 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.21% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 51 - color contains mainly: blue. Hex color #303233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303233 is #CFCDCC. Grayscale: #313131. Windows color (decimal): -13618637 or 3355184. OLE color: 3355184.
HSL color Cylindrical-coordinate representation of color #303233: hue angle of 200º degrees, saturation: 0.03, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #303233 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 48 | 50 | 51 | - |
| CMYK | 0.06 | 0.02 | 0 | 0.8 |
| HSL | 200º | 0.03% | 0.19% | - |
| HSV(B) | 200º | 0.06% | 0.2% | - |
| XYZ | 2.96 | 3.15 | 3.58 | - |
| YUV | 49.52 | 128.84 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 50 | 51 | 0.06 | 0.02 | 0 | 0.8 | 200 | 0.03 | 0.19 |
| Hex | 30 | 32 | 33 | 6 | 2 | 0 | 50 | C8 | 3 | 13 |
| Octal | 60 | 62 | 63 | 6 | 2 | 0 | 120 | 310 | 3 | 23 |
| Binary | 110000 | 110010 | 110011 | 110 | 10 | 0 | 1010000 | 11001000 | 11 | 10011 |
Color Harmonies of #303233
Complementary color
Monochromatic Colors of #303233
Black with #303233
Text Example
Text Example
White with #303233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303233; }
p { color: rgb(48,50,51); }
H1.HeaderClassName
{
color: #303233;
}
.AnyTagClassName
{
color: #303233;
}
</style>
background-color css
<style>
a { background-color: #303233; }
a { background-color: rgb(48,50,51); }
div.DivClassName
{
background-color: #303233;
}
.BgClassName
{
background-color: #303233;
}
</style>
border-color css
<style>
span { border-color: #303233; }
span { border-color: rgb(48,50,51); }
td.TdClassName
{
border-color: #303233;
}
.TagClassName
{
border-color: #303233;
}
</style>