Shades of Bunting #1F2F51
Tints of Bunting #1F2F51
RGB
CMYK
RGB Variations
Color information
#1F2F51 (or 0x1F2F51) is known color: Bunting. HEX triplet: 1F, 2F and 51. RGB value is (31,47,81). Sum of RGB (Red+Green+Blue) = 31+47+81=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 81 (32.03% from 255 or 50.94% from 159); Max value from RGB is 81 - color contains mainly: blue. Hex color #1F2F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2F51 is #E0D0AE. Grayscale: #2D2D2D. Windows color (decimal): -14733487 or 5320479. OLE color: 5320479.
HSL color Cylindrical-coordinate representation of color #1F2F51: hue angle of 220.8º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1F2F51 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 31 | 47 | 81 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.68 |
| HSL | 220.8º | 0.45% | 0.22% | - |
| HSV(B) | 220.8º | 0.62% | 0.32% | - |
| XYZ | 3.07 | 2.92 | 8.19 | - |
| YUV | 46.09 | 147.7 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 81 | 0.62 | 0.42 | 0 | 0.68 | 220.8 | 0.45 | 0.22 |
| Hex | 1F | 2F | 51 | 3E | 2A | 0 | 44 | DD | 2D | 16 |
| Octal | 37 | 57 | 121 | 76 | 52 | 0 | 104 | 335 | 55 | 26 |
| Binary | 11111 | 101111 | 1010001 | 111110 | 101010 | 0 | 1000100 | 11011101 | 101101 | 10110 |
Color Harmonies of #1F2F51
Complementary color
Monochromatic Colors of #1F2F51
Black with #1F2F51
Text Example
Text Example
White with #1F2F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F51; }
p { color: rgb(31,47,81); }
H1.HeaderClassName
{
color: #1F2F51;
}
.AnyTagClassName
{
color: #1F2F51;
}
</style>
background-color css
<style>
a { background-color: #1F2F51; }
a { background-color: rgb(31,47,81); }
div.DivClassName
{
background-color: #1F2F51;
}
.BgClassName
{
background-color: #1F2F51;
}
</style>
border-color css
<style>
span { border-color: #1F2F51; }
span { border-color: rgb(31,47,81); }
td.TdClassName
{
border-color: #1F2F51;
}
.TagClassName
{
border-color: #1F2F51;
}
</style>