Shades of Paua #100F49
Tints of Paua #100F49
RGB
CMYK
RGB Variations
Color information
#100F49 (or 0x100F49) is known color: Paua. HEX triplet: 10, 0F and 49. RGB value is (16,15,73). Sum of RGB (Red+Green+Blue) = 16+15+73=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 15 (6.25% from 255 or 14.42% from 104); Blue value is 73 (28.91% from 255 or 70.19% from 104); Max value from RGB is 73 - color contains mainly: blue. Hex color #100F49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F49 is #EFF0B6. Grayscale: #151515. Windows color (decimal): -15724727 or 4787984. OLE color: 4787984.
HSL color Cylindrical-coordinate representation of color #100F49: hue angle of 241.03º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #100F49 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 15 | 73 | - |
| CMYK | 0.78 | 0.79 | 0 | 0.71 |
| HSL | 241.03º | 0.66% | 0.17% | - |
| HSV(B) | 241.03º | 0.79% | 0.29% | - |
| XYZ | 1.59 | 0.93 | 6.4 | - |
| YUV | 21.91 | 156.83 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 15 | 73 | 0.78 | 0.79 | 0 | 0.71 | 241.03 | 0.66 | 0.17 |
| Hex | 10 | F | 49 | 4E | 4F | 0 | 47 | F1 | 42 | 11 |
| Octal | 20 | 17 | 111 | 116 | 117 | 0 | 107 | 361 | 102 | 21 |
| Binary | 10000 | 1111 | 1001001 | 1001110 | 1001111 | 0 | 1000111 | 11110001 | 1000010 | 10001 |
Color Harmonies of #100F49
Complementary color
Monochromatic Colors of #100F49
Black with #100F49
Text Example
Text Example
White with #100F49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100F49; }
p { color: rgb(16,15,73); }
H1.HeaderClassName
{
color: #100F49;
}
.AnyTagClassName
{
color: #100F49;
}
</style>
background-color css
<style>
a { background-color: #100F49; }
a { background-color: rgb(16,15,73); }
div.DivClassName
{
background-color: #100F49;
}
.BgClassName
{
background-color: #100F49;
}
</style>
border-color css
<style>
span { border-color: #100F49; }
span { border-color: rgb(16,15,73); }
td.TdClassName
{
border-color: #100F49;
}
.TagClassName
{
border-color: #100F49;
}
</style>