Shades of Bunting #303447
Tints of Bunting #303447
RGB
CMYK
RGB Variations
Color information
#303447 (or 0x303447) is known color: Bunting. HEX triplet: 30, 34 and 47. RGB value is (48,52,71). Sum of RGB (Red+Green+Blue) = 48+52+71=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 71 - color contains mainly: blue. Hex color #303447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303447 is #CFCBB8. Grayscale: #343434. Windows color (decimal): -13618105 or 4666416. OLE color: 4666416.
HSL color Cylindrical-coordinate representation of color #303447: hue angle of 229.57º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #303447 is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 52 | 71 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.72 |
| HSL | 229.57º | 0.19% | 0.23% | - |
| HSV(B) | 229.57º | 0.32% | 0.28% | - |
| XYZ | 3.58 | 3.54 | 6.46 | - |
| YUV | 52.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 52 | 71 | 0.32 | 0.27 | 0 | 0.72 | 229.57 | 0.19 | 0.23 |
| Hex | 30 | 34 | 47 | 20 | 1B | 0 | 48 | E6 | 13 | 17 |
| Octal | 60 | 64 | 107 | 40 | 33 | 0 | 110 | 346 | 23 | 27 |
| Binary | 110000 | 110100 | 1000111 | 100000 | 11011 | 0 | 1001000 | 11100110 | 10011 | 10111 |
Color Harmonies of #303447
Complementary color
Monochromatic Colors of #303447
Black with #303447
Text Example
Text Example
White with #303447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303447; }
p { color: rgb(48,52,71); }
H1.HeaderClassName
{
color: #303447;
}
.AnyTagClassName
{
color: #303447;
}
</style>
background-color css
<style>
a { background-color: #303447; }
a { background-color: rgb(48,52,71); }
div.DivClassName
{
background-color: #303447;
}
.BgClassName
{
background-color: #303447;
}
</style>
border-color css
<style>
span { border-color: #303447; }
span { border-color: rgb(48,52,71); }
td.TdClassName
{
border-color: #303447;
}
.TagClassName
{
border-color: #303447;
}
</style>