Shades of Paua #251959
Tints of Paua #251959
RGB
CMYK
RGB Variations
Color information
#251959 (or 0x251959) is known color: Paua. HEX triplet: 25, 19 and 59. RGB value is (37,25,89). Sum of RGB (Red+Green+Blue) = 37+25+89=151 (20% of max value = 765). Red value is 37 (14.84% from 255 or 24.50% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 89 (35.16% from 255 or 58.94% from 151); Max value from RGB is 89 - color contains mainly: blue. Hex color #251959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251959 is #DAE6A6. Grayscale: #232323. Windows color (decimal): -14345895 or 5839141. OLE color: 5839141.
HSL color Cylindrical-coordinate representation of color #251959: hue angle of 251.25º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #251959 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 37 | 25 | 89 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.65 |
| HSL | 251.25º | 0.56% | 0.22% | - |
| HSV(B) | 251.25º | 0.72% | 0.35% | - |
| XYZ | 2.91 | 1.81 | 9.65 | - |
| YUV | 35.88 | 157.98 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 25 | 89 | 0.58 | 0.72 | 0 | 0.65 | 251.25 | 0.56 | 0.22 |
| Hex | 25 | 19 | 59 | 3A | 48 | 0 | 41 | FB | 38 | 16 |
| Octal | 45 | 31 | 131 | 72 | 110 | 0 | 101 | 373 | 70 | 26 |
| Binary | 100101 | 11001 | 1011001 | 111010 | 1001000 | 0 | 1000001 | 11111011 | 111000 | 10110 |
Color Harmonies of #251959
Complementary color
Monochromatic Colors of #251959
Black with #251959
Text Example
Text Example
White with #251959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251959; }
p { color: rgb(37,25,89); }
H1.HeaderClassName
{
color: #251959;
}
.AnyTagClassName
{
color: #251959;
}
</style>
background-color css
<style>
a { background-color: #251959; }
a { background-color: rgb(37,25,89); }
div.DivClassName
{
background-color: #251959;
}
.BgClassName
{
background-color: #251959;
}
</style>
border-color css
<style>
span { border-color: #251959; }
span { border-color: rgb(37,25,89); }
td.TdClassName
{
border-color: #251959;
}
.TagClassName
{
border-color: #251959;
}
</style>