Shades of Paua #251B51
Tints of Paua #251B51
RGB
CMYK
RGB Variations
Color information
#251B51 (or 0x251B51) is known color: Paua. HEX triplet: 25, 1B and 51. RGB value is (37,27,81). Sum of RGB (Red+Green+Blue) = 37+27+81=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 27 (10.94% from 255 or 18.62% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #251B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251B51 is #DAE4AE. Grayscale: #232323. Windows color (decimal): -14345391 or 5315365. OLE color: 5315365.
HSL color Cylindrical-coordinate representation of color #251B51: hue angle of 251.11º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #251B51 is Cyan = 0.54, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 27 | 81 | - |
| CMYK | 0.54 | 0.67 | 0 | 0.68 |
| HSL | 251.11º | 0.5% | 0.21% | - |
| HSV(B) | 251.11º | 0.67% | 0.32% | - |
| XYZ | 2.64 | 1.77 | 7.99 | - |
| YUV | 36.15 | 153.31 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 81 | 0.54 | 0.67 | 0 | 0.68 | 251.11 | 0.5 | 0.21 |
| Hex | 25 | 1B | 51 | 36 | 43 | 0 | 44 | FB | 32 | 15 |
| Octal | 45 | 33 | 121 | 66 | 103 | 0 | 104 | 373 | 62 | 25 |
| Binary | 100101 | 11011 | 1010001 | 110110 | 1000011 | 0 | 1000100 | 11111011 | 110010 | 10101 |
Color Harmonies of #251B51
Complementary color
Monochromatic Colors of #251B51
Black with #251B51
Text Example
Text Example
White with #251B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B51; }
p { color: rgb(37,27,81); }
H1.HeaderClassName
{
color: #251B51;
}
.AnyTagClassName
{
color: #251B51;
}
</style>
background-color css
<style>
a { background-color: #251B51; }
a { background-color: rgb(37,27,81); }
div.DivClassName
{
background-color: #251B51;
}
.BgClassName
{
background-color: #251B51;
}
</style>
border-color css
<style>
span { border-color: #251B51; }
span { border-color: rgb(37,27,81); }
td.TdClassName
{
border-color: #251B51;
}
.TagClassName
{
border-color: #251B51;
}
</style>