Shades of Bunting #1C2B49
Tints of Bunting #1C2B49
RGB
CMYK
RGB Variations
Color information
#1C2B49 (or 0x1C2B49) is known color: Bunting. HEX triplet: 1C, 2B and 49. RGB value is (28,43,73). Sum of RGB (Red+Green+Blue) = 28+43+73=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 43 (17.19% from 255 or 29.86% from 144); Blue value is 73 (28.91% from 255 or 50.69% from 144); Max value from RGB is 73 - color contains mainly: blue. Hex color #1C2B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2B49 is #E3D4B6. Grayscale: #292929. Windows color (decimal): -14931127 or 4795164. OLE color: 4795164.
HSL color Cylindrical-coordinate representation of color #1C2B49: hue angle of 220º degrees, saturation: 0.45, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1C2B49 is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 43 | 73 | - |
| CMYK | 0.62 | 0.41 | 0 | 0.71 |
| HSL | 220º | 0.45% | 0.2% | - |
| HSV(B) | 220º | 0.62% | 0.29% | - |
| XYZ | 2.55 | 2.46 | 6.64 | - |
| YUV | 41.94 | 145.53 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 43 | 73 | 0.62 | 0.41 | 0 | 0.71 | 220 | 0.45 | 0.2 |
| Hex | 1C | 2B | 49 | 3E | 29 | 0 | 47 | DC | 2D | 14 |
| Octal | 34 | 53 | 111 | 76 | 51 | 0 | 107 | 334 | 55 | 24 |
| Binary | 11100 | 101011 | 1001001 | 111110 | 101001 | 0 | 1000111 | 11011100 | 101101 | 10100 |
Color Harmonies of #1C2B49
Complementary color
Monochromatic Colors of #1C2B49
Black with #1C2B49
Text Example
Text Example
White with #1C2B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2B49; }
p { color: rgb(28,43,73); }
H1.HeaderClassName
{
color: #1C2B49;
}
.AnyTagClassName
{
color: #1C2B49;
}
</style>
background-color css
<style>
a { background-color: #1C2B49; }
a { background-color: rgb(28,43,73); }
div.DivClassName
{
background-color: #1C2B49;
}
.BgClassName
{
background-color: #1C2B49;
}
</style>
border-color css
<style>
span { border-color: #1C2B49; }
span { border-color: rgb(28,43,73); }
td.TdClassName
{
border-color: #1C2B49;
}
.TagClassName
{
border-color: #1C2B49;
}
</style>