Shades of Bunting #283141
Tints of Bunting #283141
RGB
CMYK
RGB Variations
Color information
#283141 (or 0x283141) is known color: Bunting. HEX triplet: 28, 31 and 41. RGB value is (40,49,65). Sum of RGB (Red+Green+Blue) = 40+49+65=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 65 (25.78% from 255 or 42.21% from 154); Max value from RGB is 65 - color contains mainly: blue. Hex color #283141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283141 is #D7CEBE. Grayscale: #303030. Windows color (decimal): -14143167 or 4272424. OLE color: 4272424.
HSL color Cylindrical-coordinate representation of color #283141: hue angle of 218.4º 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 #283141 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 49 | 65 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.75 |
| HSL | 218.4º | 0.24% | 0.21% | - |
| HSV(B) | 218.4º | 0.38% | 0.25% | - |
| XYZ | 2.93 | 3.03 | 5.43 | - |
| YUV | 48.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 49 | 65 | 0.38 | 0.25 | 0 | 0.75 | 218.4 | 0.24 | 0.21 |
| Hex | 28 | 31 | 41 | 26 | 19 | 0 | 4B | DA | 18 | 15 |
| Octal | 50 | 61 | 101 | 46 | 31 | 0 | 113 | 332 | 30 | 25 |
| Binary | 101000 | 110001 | 1000001 | 100110 | 11001 | 0 | 1001011 | 11011010 | 11000 | 10101 |
Color Harmonies of #283141
Complementary color
Monochromatic Colors of #283141
Black with #283141
Text Example
Text Example
White with #283141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283141; }
p { color: rgb(40,49,65); }
H1.HeaderClassName
{
color: #283141;
}
.AnyTagClassName
{
color: #283141;
}
</style>
background-color css
<style>
a { background-color: #283141; }
a { background-color: rgb(40,49,65); }
div.DivClassName
{
background-color: #283141;
}
.BgClassName
{
background-color: #283141;
}
</style>
border-color css
<style>
span { border-color: #283141; }
span { border-color: rgb(40,49,65); }
td.TdClassName
{
border-color: #283141;
}
.TagClassName
{
border-color: #283141;
}
</style>