Shades of Paua #281D50
Tints of Paua #281D50
RGB
CMYK
RGB Variations
Color information
#281D50 (or 0x281D50) is known color: Paua. HEX triplet: 28, 1D and 50. RGB value is (40,29,80). Sum of RGB (Red+Green+Blue) = 40+29+80=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 80 (31.64% from 255 or 53.69% from 149); Max value from RGB is 80 - color contains mainly: blue. Hex color #281D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281D50 is #D7E2AF. Grayscale: #252525. Windows color (decimal): -14148272 or 5250344. OLE color: 5250344.
HSL color Cylindrical-coordinate representation of color #281D50: hue angle of 252.94º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #281D50 is Cyan = 0.5, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 40 | 29 | 80 | - |
| CMYK | 0.5 | 0.64 | 0 | 0.69 |
| HSL | 252.94º | 0.47% | 0.21% | - |
| HSV(B) | 252.94º | 0.64% | 0.31% | - |
| XYZ | 2.76 | 1.91 | 7.81 | - |
| YUV | 38.1 | 151.64 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 29 | 80 | 0.5 | 0.64 | 0 | 0.69 | 252.94 | 0.47 | 0.21 |
| Hex | 28 | 1D | 50 | 32 | 40 | 0 | 45 | FD | 2F | 15 |
| Octal | 50 | 35 | 120 | 62 | 100 | 0 | 105 | 375 | 57 | 25 |
| Binary | 101000 | 11101 | 1010000 | 110010 | 1000000 | 0 | 1000101 | 11111101 | 101111 | 10101 |
Color Harmonies of #281D50
Complementary color
Monochromatic Colors of #281D50
Black with #281D50
Text Example
Text Example
White with #281D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281D50; }
p { color: rgb(40,29,80); }
H1.HeaderClassName
{
color: #281D50;
}
.AnyTagClassName
{
color: #281D50;
}
</style>
background-color css
<style>
a { background-color: #281D50; }
a { background-color: rgb(40,29,80); }
div.DivClassName
{
background-color: #281D50;
}
.BgClassName
{
background-color: #281D50;
}
</style>
border-color css
<style>
span { border-color: #281D50; }
span { border-color: rgb(40,29,80); }
td.TdClassName
{
border-color: #281D50;
}
.TagClassName
{
border-color: #281D50;
}
</style>