Shades of Paua #251951
Tints of Paua #251951
RGB
CMYK
RGB Variations
Color information
#251951 (or 0x251951) is known color: Paua. HEX triplet: 25, 19 and 51. RGB value is (37,25,81). Sum of RGB (Red+Green+Blue) = 37+25+81=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 81 (32.03% from 255 or 56.64% from 143); Max value from RGB is 81 - color contains mainly: blue. Hex color #251951 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251951 is #DAE6AE. Grayscale: #222222. Windows color (decimal): -14345903 or 5314853. OLE color: 5314853.
HSL color Cylindrical-coordinate representation of color #251951: hue angle of 252.86º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #251951 is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 25 | 81 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.68 |
| HSL | 252.86º | 0.53% | 0.21% | - |
| HSV(B) | 252.86º | 0.69% | 0.32% | - |
| XYZ | 2.6 | 1.68 | 7.97 | - |
| YUV | 34.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 81 | 0.54 | 0.69 | 0 | 0.68 | 252.86 | 0.53 | 0.21 |
| Hex | 25 | 19 | 51 | 36 | 45 | 0 | 44 | FD | 35 | 15 |
| Octal | 45 | 31 | 121 | 66 | 105 | 0 | 104 | 375 | 65 | 25 |
| Binary | 100101 | 11001 | 1010001 | 110110 | 1000101 | 0 | 1000100 | 11111101 | 110101 | 10101 |
Color Harmonies of #251951
Complementary color
Monochromatic Colors of #251951
Black with #251951
Text Example
Text Example
White with #251951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251951; }
p { color: rgb(37,25,81); }
H1.HeaderClassName
{
color: #251951;
}
.AnyTagClassName
{
color: #251951;
}
</style>
background-color css
<style>
a { background-color: #251951; }
a { background-color: rgb(37,25,81); }
div.DivClassName
{
background-color: #251951;
}
.BgClassName
{
background-color: #251951;
}
</style>
border-color css
<style>
span { border-color: #251951; }
span { border-color: rgb(37,25,81); }
td.TdClassName
{
border-color: #251951;
}
.TagClassName
{
border-color: #251951;
}
</style>