Shades of Paua #282149
Tints of Paua #282149
RGB
CMYK
RGB Variations
Color information
#282149 (or 0x282149) is known color: Paua. HEX triplet: 28, 21 and 49. RGB value is (40,33,73). Sum of RGB (Red+Green+Blue) = 40+33+73=146 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.40% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 73 (28.91% from 255 or 50% from 146); Max value from RGB is 73 - color contains mainly: blue. Hex color #282149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282149 is #D7DEB6. Grayscale: #272727. Windows color (decimal): -14147255 or 4792616. OLE color: 4792616.
HSL color Cylindrical-coordinate representation of color #282149: hue angle of 250.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #282149 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 33 | 73 | - |
| CMYK | 0.45 | 0.55 | 0 | 0.71 |
| HSL | 250.5º | 0.38% | 0.21% | - |
| HSV(B) | 250.5º | 0.55% | 0.29% | - |
| XYZ | 2.62 | 2.02 | 6.56 | - |
| YUV | 39.65 | 146.82 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 33 | 73 | 0.45 | 0.55 | 0 | 0.71 | 250.5 | 0.38 | 0.21 |
| Hex | 28 | 21 | 49 | 2D | 37 | 0 | 47 | FB | 26 | 15 |
| Octal | 50 | 41 | 111 | 55 | 67 | 0 | 107 | 373 | 46 | 25 |
| Binary | 101000 | 100001 | 1001001 | 101101 | 110111 | 0 | 1000111 | 11111011 | 100110 | 10101 |
Color Harmonies of #282149
Complementary color
Monochromatic Colors of #282149
Black with #282149
Text Example
Text Example
White with #282149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282149; }
p { color: rgb(40,33,73); }
H1.HeaderClassName
{
color: #282149;
}
.AnyTagClassName
{
color: #282149;
}
</style>
background-color css
<style>
a { background-color: #282149; }
a { background-color: rgb(40,33,73); }
div.DivClassName
{
background-color: #282149;
}
.BgClassName
{
background-color: #282149;
}
</style>
border-color css
<style>
span { border-color: #282149; }
span { border-color: rgb(40,33,73); }
td.TdClassName
{
border-color: #282149;
}
.TagClassName
{
border-color: #282149;
}
</style>