Shades of Paua #282750
Tints of Paua #282750
RGB
CMYK
RGB Variations
Color information
#282750 (or 0x282750) is known color: Paua. HEX triplet: 28, 27 and 50. RGB value is (40,39,80). Sum of RGB (Red+Green+Blue) = 40+39+80=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 39 (15.62% from 255 or 24.53% from 159); Blue value is 80 (31.64% from 255 or 50.31% from 159); Max value from RGB is 80 - color contains mainly: blue. Hex color #282750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #282750 is #D7D8AF. Grayscale: #2B2B2B. Windows color (decimal): -14145712 or 5252904. OLE color: 5252904.
HSL color Cylindrical-coordinate representation of color #282750: hue angle of 241.46º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #282750 is Cyan = 0.5, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 39 | 80 | - |
| CMYK | 0.5 | 0.51 | 0 | 0.69 |
| HSL | 241.46º | 0.34% | 0.23% | - |
| HSV(B) | 241.46º | 0.51% | 0.31% | - |
| XYZ | 3.05 | 2.48 | 7.91 | - |
| YUV | 43.97 | 148.33 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 39 | 80 | 0.5 | 0.51 | 0 | 0.69 | 241.46 | 0.34 | 0.23 |
| Hex | 28 | 27 | 50 | 32 | 33 | 0 | 45 | F1 | 22 | 17 |
| Octal | 50 | 47 | 120 | 62 | 63 | 0 | 105 | 361 | 42 | 27 |
| Binary | 101000 | 100111 | 1010000 | 110010 | 110011 | 0 | 1000101 | 11110001 | 100010 | 10111 |
Color Harmonies of #282750
Complementary color
Monochromatic Colors of #282750
Black with #282750
Text Example
Text Example
White with #282750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282750; }
p { color: rgb(40,39,80); }
H1.HeaderClassName
{
color: #282750;
}
.AnyTagClassName
{
color: #282750;
}
</style>
background-color css
<style>
a { background-color: #282750; }
a { background-color: rgb(40,39,80); }
div.DivClassName
{
background-color: #282750;
}
.BgClassName
{
background-color: #282750;
}
</style>
border-color css
<style>
span { border-color: #282750; }
span { border-color: rgb(40,39,80); }
td.TdClassName
{
border-color: #282750;
}
.TagClassName
{
border-color: #282750;
}
</style>