Shades of Bunting #28303F
Tints of Bunting #28303F
RGB
CMYK
RGB Variations
Color information
#28303F (or 0x28303F) is known color: Bunting. HEX triplet: 28, 30 and 3F. RGB value is (40,48,63). Sum of RGB (Red+Green+Blue) = 40+48+63=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 63 - color contains mainly: blue. Hex color #28303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28303F is #D7CFC0. Grayscale: #2F2F2F. Windows color (decimal): -14143425 or 4141096. OLE color: 4141096.
HSL color Cylindrical-coordinate representation of color #28303F: hue angle of 219.13º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #28303F is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 48 | 63 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.75 |
| HSL | 219.13º | 0.22% | 0.2% | - |
| HSV(B) | 219.13º | 0.37% | 0.25% | - |
| XYZ | 2.83 | 2.92 | 5.12 | - |
| YUV | 47.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 48 | 63 | 0.37 | 0.24 | 0 | 0.75 | 219.13 | 0.22 | 0.2 |
| Hex | 28 | 30 | 3F | 25 | 18 | 0 | 4B | DB | 16 | 14 |
| Octal | 50 | 60 | 77 | 45 | 30 | 0 | 113 | 333 | 26 | 24 |
| Binary | 101000 | 110000 | 111111 | 100101 | 11000 | 0 | 1001011 | 11011011 | 10110 | 10100 |
Color Harmonies of #28303F
Complementary color
Monochromatic Colors of #28303F
Black with #28303F
Text Example
Text Example
White with #28303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28303F; }
p { color: rgb(40,48,63); }
H1.HeaderClassName
{
color: #28303F;
}
.AnyTagClassName
{
color: #28303F;
}
</style>
background-color css
<style>
a { background-color: #28303F; }
a { background-color: rgb(40,48,63); }
div.DivClassName
{
background-color: #28303F;
}
.BgClassName
{
background-color: #28303F;
}
</style>
border-color css
<style>
span { border-color: #28303F; }
span { border-color: rgb(40,48,63); }
td.TdClassName
{
border-color: #28303F;
}
.TagClassName
{
border-color: #28303F;
}
</style>