Shades of Paua #151041
Tints of Paua #151041
RGB
CMYK
RGB Variations
Color information
#151041 (or 0x151041) is known color: Paua. HEX triplet: 15, 10 and 41. RGB value is (21,16,65). Sum of RGB (Red+Green+Blue) = 21+16+65=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #151041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151041 is #EAEFBE. Grayscale: #161616. Windows color (decimal): -15396799 or 4263957. OLE color: 4263957.
HSL color Cylindrical-coordinate representation of color #151041: hue angle of 246.12º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #151041 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 16 | 65 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.75 |
| HSL | 246.12º | 0.6% | 0.16% | - |
| HSV(B) | 246.12º | 0.75% | 0.25% | - |
| XYZ | 1.45 | 0.91 | 5.1 | - |
| YUV | 23.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 16 | 65 | 0.68 | 0.75 | 0 | 0.75 | 246.12 | 0.6 | 0.16 |
| Hex | 15 | 10 | 41 | 44 | 4B | 0 | 4B | F6 | 3C | 10 |
| Octal | 25 | 20 | 101 | 104 | 113 | 0 | 113 | 366 | 74 | 20 |
| Binary | 10101 | 10000 | 1000001 | 1000100 | 1001011 | 0 | 1001011 | 11110110 | 111100 | 10000 |
Color Harmonies of #151041
Complementary color
Monochromatic Colors of #151041
Black with #151041
Text Example
Text Example
White with #151041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #151041; }
p { color: rgb(21,16,65); }
H1.HeaderClassName
{
color: #151041;
}
.AnyTagClassName
{
color: #151041;
}
</style>
background-color css
<style>
a { background-color: #151041; }
a { background-color: rgb(21,16,65); }
div.DivClassName
{
background-color: #151041;
}
.BgClassName
{
background-color: #151041;
}
</style>
border-color css
<style>
span { border-color: #151041; }
span { border-color: rgb(21,16,65); }
td.TdClassName
{
border-color: #151041;
}
.TagClassName
{
border-color: #151041;
}
</style>