Shades of Bunting #282E41
Tints of Bunting #282E41
RGB
CMYK
RGB Variations
Color information
#282E41 (or 0x282E41) is known color: Bunting. HEX triplet: 28, 2E and 41. RGB value is (40,46,65). Sum of RGB (Red+Green+Blue) = 40+46+65=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 46 (18.36% from 255 or 30.46% from 151); Blue value is 65 (25.78% from 255 or 43.05% from 151); Max value from RGB is 65 - color contains mainly: blue. Hex color #282E41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282E41 is #D7D1BE. Grayscale: #2E2E2E. Windows color (decimal): -14143935 or 4271656. OLE color: 4271656.
HSL color Cylindrical-coordinate representation of color #282E41: hue angle of 225.6º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #282E41 is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 46 | 65 | - |
| CMYK | 0.38 | 0.29 | 0 | 0.75 |
| HSL | 225.6º | 0.24% | 0.21% | - |
| HSV(B) | 225.6º | 0.38% | 0.25% | - |
| XYZ | 2.81 | 2.79 | 5.39 | - |
| YUV | 46.37 | 138.51 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 46 | 65 | 0.38 | 0.29 | 0 | 0.75 | 225.6 | 0.24 | 0.21 |
| Hex | 28 | 2E | 41 | 26 | 1D | 0 | 4B | E2 | 18 | 15 |
| Octal | 50 | 56 | 101 | 46 | 35 | 0 | 113 | 342 | 30 | 25 |
| Binary | 101000 | 101110 | 1000001 | 100110 | 11101 | 0 | 1001011 | 11100010 | 11000 | 10101 |
Color Harmonies of #282E41
Complementary color
Monochromatic Colors of #282E41
Black with #282E41
Text Example
Text Example
White with #282E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282E41; }
p { color: rgb(40,46,65); }
H1.HeaderClassName
{
color: #282E41;
}
.AnyTagClassName
{
color: #282E41;
}
</style>
background-color css
<style>
a { background-color: #282E41; }
a { background-color: rgb(40,46,65); }
div.DivClassName
{
background-color: #282E41;
}
.BgClassName
{
background-color: #282E41;
}
</style>
border-color css
<style>
span { border-color: #282E41; }
span { border-color: rgb(40,46,65); }
td.TdClassName
{
border-color: #282E41;
}
.TagClassName
{
border-color: #282E41;
}
</style>