Shades of Bunting #28314B
Tints of Bunting #28314B
RGB
CMYK
RGB Variations
Color information
#28314B (or 0x28314B) is known color: Bunting. HEX triplet: 28, 31 and 4B. RGB value is (40,49,75). Sum of RGB (Red+Green+Blue) = 40+49+75=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 49 (19.53% from 255 or 29.88% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 75 - color contains mainly: blue. Hex color #28314B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28314B is #D7CEB4. Grayscale: #313131. Windows color (decimal): -14143157 or 4927784. OLE color: 4927784.
HSL color Cylindrical-coordinate representation of color #28314B: hue angle of 224.57º degrees, saturation: 0.3, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #28314B is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 49 | 75 | - |
| CMYK | 0.47 | 0.35 | 0 | 0.71 |
| HSL | 224.57º | 0.3% | 0.23% | - |
| HSV(B) | 224.57º | 0.47% | 0.29% | - |
| XYZ | 3.24 | 3.16 | 7.09 | - |
| YUV | 49.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 75 | 0.47 | 0.35 | 0 | 0.71 | 224.57 | 0.3 | 0.23 |
| Hex | 28 | 31 | 4B | 2F | 23 | 0 | 47 | E1 | 1E | 17 |
| Octal | 50 | 61 | 113 | 57 | 43 | 0 | 107 | 341 | 36 | 27 |
| Binary | 101000 | 110001 | 1001011 | 101111 | 100011 | 0 | 1000111 | 11100001 | 11110 | 10111 |
Color Harmonies of #28314B
Complementary color
Monochromatic Colors of #28314B
Black with #28314B
Text Example
Text Example
White with #28314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28314B; }
p { color: rgb(40,49,75); }
H1.HeaderClassName
{
color: #28314B;
}
.AnyTagClassName
{
color: #28314B;
}
</style>
background-color css
<style>
a { background-color: #28314B; }
a { background-color: rgb(40,49,75); }
div.DivClassName
{
background-color: #28314B;
}
.BgClassName
{
background-color: #28314B;
}
</style>
border-color css
<style>
span { border-color: #28314B; }
span { border-color: rgb(40,49,75); }
td.TdClassName
{
border-color: #28314B;
}
.TagClassName
{
border-color: #28314B;
}
</style>