Shades of Paua #281F53
Tints of Paua #281F53
RGB
CMYK
RGB Variations
Color information
#281F53 (or 0x281F53) is known color: Paua. HEX triplet: 28, 1F and 53. RGB value is (40,31,83). Sum of RGB (Red+Green+Blue) = 40+31+83=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #281F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #281F53 is #D7E0AC. Grayscale: #272727. Windows color (decimal): -14147757 or 5447464. OLE color: 5447464.
HSL color Cylindrical-coordinate representation of color #281F53: hue angle of 250.38º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #281F53 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 40 | 31 | 83 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.67 |
| HSL | 250.38º | 0.46% | 0.22% | - |
| HSV(B) | 250.38º | 0.63% | 0.33% | - |
| XYZ | 2.93 | 2.06 | 8.43 | - |
| YUV | 39.62 | 152.48 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 31 | 83 | 0.52 | 0.63 | 0 | 0.67 | 250.38 | 0.46 | 0.22 |
| Hex | 28 | 1F | 53 | 34 | 3F | 0 | 43 | FA | 2E | 16 |
| Octal | 50 | 37 | 123 | 64 | 77 | 0 | 103 | 372 | 56 | 26 |
| Binary | 101000 | 11111 | 1010011 | 110100 | 111111 | 0 | 1000011 | 11111010 | 101110 | 10110 |
Color Harmonies of #281F53
Complementary color
Monochromatic Colors of #281F53
Black with #281F53
Text Example
Text Example
White with #281F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #281F53; }
p { color: rgb(40,31,83); }
H1.HeaderClassName
{
color: #281F53;
}
.AnyTagClassName
{
color: #281F53;
}
</style>
background-color css
<style>
a { background-color: #281F53; }
a { background-color: rgb(40,31,83); }
div.DivClassName
{
background-color: #281F53;
}
.BgClassName
{
background-color: #281F53;
}
</style>
border-color css
<style>
span { border-color: #281F53; }
span { border-color: rgb(40,31,83); }
td.TdClassName
{
border-color: #281F53;
}
.TagClassName
{
border-color: #281F53;
}
</style>