Shades of Paua #251851
Tints of Paua #251851
RGB
CMYK
RGB Variations
Color information
#251851 (or 0x251851) is known color: Paua. HEX triplet: 25, 18 and 51. RGB value is (37,24,81). Sum of RGB (Red+Green+Blue) = 37+24+81=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #251851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251851 is #DAE7AE. Grayscale: #222222. Windows color (decimal): -14346159 or 5314597. OLE color: 5314597.
HSL color Cylindrical-coordinate representation of color #251851: hue angle of 253.68º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #251851 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 24 | 81 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.68 |
| HSL | 253.68º | 0.54% | 0.21% | - |
| HSV(B) | 253.68º | 0.7% | 0.32% | - |
| XYZ | 2.57 | 1.64 | 7.97 | - |
| YUV | 34.39 | 154.31 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 24 | 81 | 0.54 | 0.70 | 0 | 0.68 | 253.68 | 0.54 | 0.21 |
| Hex | 25 | 18 | 51 | 36 | 46 | 0 | 44 | FE | 36 | 15 |
| Octal | 45 | 30 | 121 | 66 | 106 | 0 | 104 | 376 | 66 | 25 |
| Binary | 100101 | 11000 | 1010001 | 110110 | 1000110 | 0 | 1000100 | 11111110 | 110110 | 10101 |
Color Harmonies of #251851
Complementary color
Monochromatic Colors of #251851
Black with #251851
Text Example
Text Example
White with #251851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251851; }
p { color: rgb(37,24,81); }
H1.HeaderClassName
{
color: #251851;
}
.AnyTagClassName
{
color: #251851;
}
</style>
background-color css
<style>
a { background-color: #251851; }
a { background-color: rgb(37,24,81); }
div.DivClassName
{
background-color: #251851;
}
.BgClassName
{
background-color: #251851;
}
</style>
border-color css
<style>
span { border-color: #251851; }
span { border-color: rgb(37,24,81); }
td.TdClassName
{
border-color: #251851;
}
.TagClassName
{
border-color: #251851;
}
</style>