Shades of Cod Grey #303438
Tints of Cod Grey #303438
RGB
CMYK
RGB Variations
Color information
#303438 (or 0x303438) is known color: Cod Grey. HEX triplet: 30, 34 and 38. RGB value is (48,52,56). Sum of RGB (Red+Green+Blue) = 48+52+56=156 (20% of max value = 765). Red value is 48 (19.14% from 255 or 30.77% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 56 - color contains mainly: blue. Hex color #303438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303438 is #CFCBC7. Grayscale: #333333. Windows color (decimal): -13618120 or 3683376. OLE color: 3683376.
HSL color Cylindrical-coordinate representation of color #303438: hue angle of 210º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #303438 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 48 | 52 | 56 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.78 |
| HSL | 210º | 0.08% | 0.2% | - |
| HSV(B) | 210º | 0.14% | 0.22% | - |
| XYZ | 3.16 | 3.37 | 4.23 | - |
| YUV | 51.26 | 130.67 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 56 | 0.14 | 0.07 | 0 | 0.78 | 210 | 0.08 | 0.2 |
| Hex | 30 | 34 | 38 | E | 7 | 0 | 4E | D2 | 8 | 14 |
| Octal | 60 | 64 | 70 | 16 | 7 | 0 | 116 | 322 | 10 | 24 |
| Binary | 110000 | 110100 | 111000 | 1110 | 111 | 0 | 1001110 | 11010010 | 1000 | 10100 |
Color Harmonies of #303438
Complementary color
Monochromatic Colors of #303438
Black with #303438
Text Example
Text Example
White with #303438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303438; }
p { color: rgb(48,52,56); }
H1.HeaderClassName
{
color: #303438;
}
.AnyTagClassName
{
color: #303438;
}
</style>
background-color css
<style>
a { background-color: #303438; }
a { background-color: rgb(48,52,56); }
div.DivClassName
{
background-color: #303438;
}
.BgClassName
{
background-color: #303438;
}
</style>
border-color css
<style>
span { border-color: #303438; }
span { border-color: rgb(48,52,56); }
td.TdClassName
{
border-color: #303438;
}
.TagClassName
{
border-color: #303438;
}
</style>