Shades of Paua #282451
Tints of Paua #282451
RGB
CMYK
RGB Variations
Color information
#282451 (or 0x282451) is known color: Paua. HEX triplet: 28, 24 and 51. RGB value is (40,36,81). Sum of RGB (Red+Green+Blue) = 40+36+81=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 81 (32.03% from 255 or 51.59% from 157); Max value from RGB is 81 - color contains mainly: blue. Hex color #282451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282451 is #D7DBAE. Grayscale: #2A2A2A. Windows color (decimal): -14146479 or 5317672. OLE color: 5317672.
HSL color Cylindrical-coordinate representation of color #282451: hue angle of 245.33º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #282451 is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 40 | 36 | 81 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.68 |
| HSL | 245.33º | 0.38% | 0.23% | - |
| HSV(B) | 245.33º | 0.56% | 0.32% | - |
| XYZ | 2.99 | 2.31 | 8.07 | - |
| YUV | 42.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 81 | 0.51 | 0.56 | 0 | 0.68 | 245.33 | 0.38 | 0.23 |
| Hex | 28 | 24 | 51 | 33 | 38 | 0 | 44 | F5 | 26 | 17 |
| Octal | 50 | 44 | 121 | 63 | 70 | 0 | 104 | 365 | 46 | 27 |
| Binary | 101000 | 100100 | 1010001 | 110011 | 111000 | 0 | 1000100 | 11110101 | 100110 | 10111 |
Color Harmonies of #282451
Complementary color
Monochromatic Colors of #282451
Black with #282451
Text Example
Text Example
White with #282451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282451; }
p { color: rgb(40,36,81); }
H1.HeaderClassName
{
color: #282451;
}
.AnyTagClassName
{
color: #282451;
}
</style>
background-color css
<style>
a { background-color: #282451; }
a { background-color: rgb(40,36,81); }
div.DivClassName
{
background-color: #282451;
}
.BgClassName
{
background-color: #282451;
}
</style>
border-color css
<style>
span { border-color: #282451; }
span { border-color: rgb(40,36,81); }
td.TdClassName
{
border-color: #282451;
}
.TagClassName
{
border-color: #282451;
}
</style>