Shades of Paua #282051
Tints of Paua #282051
RGB
CMYK
RGB Variations
Color information
#282051 (or 0x282051) is known color: Paua. HEX triplet: 28, 20 and 51. RGB value is (40,32,81). Sum of RGB (Red+Green+Blue) = 40+32+81=153 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.14% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #282051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282051 is #D7DFAE. Grayscale: #272727. Windows color (decimal): -14147503 or 5316648. OLE color: 5316648.
HSL color Cylindrical-coordinate representation of color #282051: hue angle of 249.8º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #282051 is Cyan = 0.51, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 32 | 81 | - |
| CMYK | 0.51 | 0.60 | 0 | 0.68 |
| HSL | 249.8º | 0.43% | 0.22% | - |
| HSV(B) | 249.8º | 0.6% | 0.32% | - |
| XYZ | 2.88 | 2.08 | 8.03 | - |
| YUV | 39.98 | 151.15 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 32 | 81 | 0.51 | 0.60 | 0 | 0.68 | 249.8 | 0.43 | 0.22 |
| Hex | 28 | 20 | 51 | 33 | 3C | 0 | 44 | FA | 2B | 16 |
| Octal | 50 | 40 | 121 | 63 | 74 | 0 | 104 | 372 | 53 | 26 |
| Binary | 101000 | 100000 | 1010001 | 110011 | 111100 | 0 | 1000100 | 11111010 | 101011 | 10110 |
Color Harmonies of #282051
Complementary color
Monochromatic Colors of #282051
Black with #282051
Text Example
Text Example
White with #282051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282051; }
p { color: rgb(40,32,81); }
H1.HeaderClassName
{
color: #282051;
}
.AnyTagClassName
{
color: #282051;
}
</style>
background-color css
<style>
a { background-color: #282051; }
a { background-color: rgb(40,32,81); }
div.DivClassName
{
background-color: #282051;
}
.BgClassName
{
background-color: #282051;
}
</style>
border-color css
<style>
span { border-color: #282051; }
span { border-color: rgb(40,32,81); }
td.TdClassName
{
border-color: #282051;
}
.TagClassName
{
border-color: #282051;
}
</style>