Shades of Paua #26165B
Tints of Paua #26165B
RGB
CMYK
RGB Variations
Color information
#26165B (or 0x26165B) is known color: Paua. HEX triplet: 26, 16 and 5B. RGB value is (38,22,91). Sum of RGB (Red+Green+Blue) = 38+22+91=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 22 (8.98% from 255 or 14.57% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #26165B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26165B is #D9E9A4. Grayscale: #222222. Windows color (decimal): -14281125 or 5969446. OLE color: 5969446.
HSL color Cylindrical-coordinate representation of color #26165B: hue angle of 253.91º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26165B is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 38 | 22 | 91 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.64 |
| HSL | 253.91º | 0.61% | 0.22% | - |
| HSV(B) | 253.91º | 0.76% | 0.36% | - |
| XYZ | 2.97 | 1.74 | 10.08 | - |
| YUV | 34.65 | 159.8 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 22 | 91 | 0.58 | 0.76 | 0 | 0.64 | 253.91 | 0.61 | 0.22 |
| Hex | 26 | 16 | 5B | 3A | 4C | 0 | 40 | FE | 3D | 16 |
| Octal | 46 | 26 | 133 | 72 | 114 | 0 | 100 | 376 | 75 | 26 |
| Binary | 100110 | 10110 | 1011011 | 111010 | 1001100 | 0 | 1000000 | 11111110 | 111101 | 10110 |
Color Harmonies of #26165B
Complementary color
Monochromatic Colors of #26165B
Black with #26165B
Text Example
Text Example
White with #26165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26165B; }
p { color: rgb(38,22,91); }
H1.HeaderClassName
{
color: #26165B;
}
.AnyTagClassName
{
color: #26165B;
}
</style>
background-color css
<style>
a { background-color: #26165B; }
a { background-color: rgb(38,22,91); }
div.DivClassName
{
background-color: #26165B;
}
.BgClassName
{
background-color: #26165B;
}
</style>
border-color css
<style>
span { border-color: #26165B; }
span { border-color: rgb(38,22,91); }
td.TdClassName
{
border-color: #26165B;
}
.TagClassName
{
border-color: #26165B;
}
</style>