Shades of Bunting #1F2F49
Tints of Bunting #1F2F49
RGB
CMYK
RGB Variations
Color information
#1F2F49 (or 0x1F2F49) is known color: Bunting. HEX triplet: 1F, 2F and 49. RGB value is (31,47,73). Sum of RGB (Red+Green+Blue) = 31+47+73=151 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.53% from 151); Green value is 47 (18.75% from 255 or 31.13% from 151); Blue value is 73 (28.91% from 255 or 48.34% from 151); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F2F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F49 is #E0D0B6. Grayscale: #2D2D2D. Windows color (decimal): -14733495 or 4796191. OLE color: 4796191.
HSL color Cylindrical-coordinate representation of color #1F2F49: hue angle of 217.14º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F2F49 is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 31 | 47 | 73 | - |
| CMYK | 0.58 | 0.36 | 0 | 0.71 |
| HSL | 217.14º | 0.4% | 0.2% | - |
| HSV(B) | 217.14º | 0.58% | 0.29% | - |
| XYZ | 2.78 | 2.81 | 6.7 | - |
| YUV | 45.18 | 143.7 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 73 | 0.58 | 0.36 | 0 | 0.71 | 217.14 | 0.4 | 0.2 |
| Hex | 1F | 2F | 49 | 3A | 24 | 0 | 47 | D9 | 28 | 14 |
| Octal | 37 | 57 | 111 | 72 | 44 | 0 | 107 | 331 | 50 | 24 |
| Binary | 11111 | 101111 | 1001001 | 111010 | 100100 | 0 | 1000111 | 11011001 | 101000 | 10100 |
Color Harmonies of #1F2F49
Complementary color
Monochromatic Colors of #1F2F49
Black with #1F2F49
Text Example
Text Example
White with #1F2F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F49; }
p { color: rgb(31,47,73); }
H1.HeaderClassName
{
color: #1F2F49;
}
.AnyTagClassName
{
color: #1F2F49;
}
</style>
background-color css
<style>
a { background-color: #1F2F49; }
a { background-color: rgb(31,47,73); }
div.DivClassName
{
background-color: #1F2F49;
}
.BgClassName
{
background-color: #1F2F49;
}
</style>
border-color css
<style>
span { border-color: #1F2F49; }
span { border-color: rgb(31,47,73); }
td.TdClassName
{
border-color: #1F2F49;
}
.TagClassName
{
border-color: #1F2F49;
}
</style>