Shades of Paua #251B52
Tints of Paua #251B52
RGB
CMYK
RGB Variations
Color information
#251B52 (or 0x251B52) is known color: Paua. HEX triplet: 25, 1B and 52. RGB value is (37,27,82). Sum of RGB (Red+Green+Blue) = 37+27+82=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 27 (10.94% from 255 or 18.49% from 146); Blue value is 82 (32.42% from 255 or 56.16% from 146); Max value from RGB is 82 - color contains mainly: blue. Hex color #251B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #251B52 is #DAE4AD. Grayscale: #242424. Windows color (decimal): -14345390 or 5380901. OLE color: 5380901.
HSL color Cylindrical-coordinate representation of color #251B52: hue angle of 250.91º 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 #251B52 is Cyan = 0.55, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 37 | 27 | 82 | - |
| CMYK | 0.55 | 0.67 | 0 | 0.68 |
| HSL | 250.91º | 0.5% | 0.21% | - |
| HSV(B) | 250.91º | 0.67% | 0.32% | - |
| XYZ | 2.68 | 1.79 | 8.19 | - |
| YUV | 36.26 | 153.81 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 27 | 82 | 0.55 | 0.67 | 0 | 0.68 | 250.91 | 0.5 | 0.21 |
| Hex | 25 | 1B | 52 | 37 | 43 | 0 | 44 | FB | 32 | 15 |
| Octal | 45 | 33 | 122 | 67 | 103 | 0 | 104 | 373 | 62 | 25 |
| Binary | 100101 | 11011 | 1010010 | 110111 | 1000011 | 0 | 1000100 | 11111011 | 110010 | 10101 |
Color Harmonies of #251B52
Complementary color
Monochromatic Colors of #251B52
Black with #251B52
Text Example
Text Example
White with #251B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #251B52; }
p { color: rgb(37,27,82); }
H1.HeaderClassName
{
color: #251B52;
}
.AnyTagClassName
{
color: #251B52;
}
</style>
background-color css
<style>
a { background-color: #251B52; }
a { background-color: rgb(37,27,82); }
div.DivClassName
{
background-color: #251B52;
}
.BgClassName
{
background-color: #251B52;
}
</style>
border-color css
<style>
span { border-color: #251B52; }
span { border-color: rgb(37,27,82); }
td.TdClassName
{
border-color: #251B52;
}
.TagClassName
{
border-color: #251B52;
}
</style>