Shades of Paua #100B49
Tints of Paua #100B49
RGB
CMYK
RGB Variations
Color information
#100B49 (or 0x100B49) is known color: Paua. HEX triplet: 10, 0B and 49. RGB value is (16,11,73). Sum of RGB (Red+Green+Blue) = 16+11+73=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 73 (28.91% from 255 or 73% from 100); Max value from RGB is 73 - color contains mainly: blue. Hex color #100B49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B49 is #EFF4B6. Grayscale: #131313. Windows color (decimal): -15725751 or 4786960. OLE color: 4786960.
HSL color Cylindrical-coordinate representation of color #100B49: hue angle of 244.84º degrees, saturation: 0.74, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #100B49 is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 11 | 73 | - |
| CMYK | 0.78 | 0.85 | 0 | 0.71 |
| HSL | 244.84º | 0.74% | 0.16% | - |
| HSV(B) | 244.84º | 0.85% | 0.29% | - |
| XYZ | 1.54 | 0.83 | 6.38 | - |
| YUV | 19.56 | 158.16 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 73 | 0.78 | 0.85 | 0 | 0.71 | 244.84 | 0.74 | 0.16 |
| Hex | 10 | B | 49 | 4E | 55 | 0 | 47 | F5 | 4A | 10 |
| Octal | 20 | 13 | 111 | 116 | 125 | 0 | 107 | 365 | 112 | 20 |
| Binary | 10000 | 1011 | 1001001 | 1001110 | 1010101 | 0 | 1000111 | 11110101 | 1001010 | 10000 |
Color Harmonies of #100B49
Complementary color
Monochromatic Colors of #100B49
Black with #100B49
Text Example
Text Example
White with #100B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B49; }
p { color: rgb(16,11,73); }
H1.HeaderClassName
{
color: #100B49;
}
.AnyTagClassName
{
color: #100B49;
}
</style>
background-color css
<style>
a { background-color: #100B49; }
a { background-color: rgb(16,11,73); }
div.DivClassName
{
background-color: #100B49;
}
.BgClassName
{
background-color: #100B49;
}
</style>
border-color css
<style>
span { border-color: #100B49; }
span { border-color: rgb(16,11,73); }
td.TdClassName
{
border-color: #100B49;
}
.TagClassName
{
border-color: #100B49;
}
</style>