Shades of Paua #261F49
Tints of Paua #261F49
RGB
CMYK
RGB Variations
Color information
#261F49 (or 0x261F49) is known color: Paua. HEX triplet: 26, 1F and 49. RGB value is (38,31,73). Sum of RGB (Red+Green+Blue) = 38+31+73=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 73 (28.91% from 255 or 51.41% from 142); Max value from RGB is 73 - color contains mainly: blue. Hex color #261F49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261F49 is #D9E0B6. Grayscale: #252525. Windows color (decimal): -14278839 or 4792102. OLE color: 4792102.
HSL color Cylindrical-coordinate representation of color #261F49: hue angle of 250º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #261F49 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 38 | 31 | 73 | - |
| CMYK | 0.48 | 0.58 | 0 | 0.71 |
| HSL | 250º | 0.4% | 0.2% | - |
| HSV(B) | 250º | 0.58% | 0.29% | - |
| XYZ | 2.49 | 1.87 | 6.53 | - |
| YUV | 37.88 | 147.82 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 73 | 0.48 | 0.58 | 0 | 0.71 | 250 | 0.4 | 0.2 |
| Hex | 26 | 1F | 49 | 30 | 3A | 0 | 47 | FA | 28 | 14 |
| Octal | 46 | 37 | 111 | 60 | 72 | 0 | 107 | 372 | 50 | 24 |
| Binary | 100110 | 11111 | 1001001 | 110000 | 111010 | 0 | 1000111 | 11111010 | 101000 | 10100 |
Color Harmonies of #261F49
Complementary color
Monochromatic Colors of #261F49
Black with #261F49
Text Example
Text Example
White with #261F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F49; }
p { color: rgb(38,31,73); }
H1.HeaderClassName
{
color: #261F49;
}
.AnyTagClassName
{
color: #261F49;
}
</style>
background-color css
<style>
a { background-color: #261F49; }
a { background-color: rgb(38,31,73); }
div.DivClassName
{
background-color: #261F49;
}
.BgClassName
{
background-color: #261F49;
}
</style>
border-color css
<style>
span { border-color: #261F49; }
span { border-color: rgb(38,31,73); }
td.TdClassName
{
border-color: #261F49;
}
.TagClassName
{
border-color: #261F49;
}
</style>