Shades of Paua #100447
Tints of Paua #100447
RGB
CMYK
RGB Variations
Color information
#100447 (or 0x100447) is known color: Paua. HEX triplet: 10, 04 and 47. RGB value is (16,4,71). Sum of RGB (Red+Green+Blue) = 16+4+71=91 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.58% from 91); Green value is 4 (1.95% from 255 or 4.40% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #100447 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100447 is #EFFBB8. Grayscale: #0E0E0E. Windows color (decimal): -15727545 or 4654096. OLE color: 4654096.
HSL color Cylindrical-coordinate representation of color #100447: hue angle of 250.75º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #100447 is Cyan = 0.77, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 4 | 71 | - |
| CMYK | 0.77 | 0.94 | 0 | 0.72 |
| HSL | 250.75º | 0.89% | 0.15% | - |
| HSV(B) | 250.75º | 0.94% | 0.28% | - |
| XYZ | 1.39 | 0.65 | 6.01 | - |
| YUV | 15.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 4 | 71 | 0.77 | 0.94 | 0 | 0.72 | 250.75 | 0.89 | 0.15 |
| Hex | 10 | 4 | 47 | 4D | 5E | 0 | 48 | FB | 59 | F |
| Octal | 20 | 4 | 107 | 115 | 136 | 0 | 110 | 373 | 131 | 17 |
| Binary | 10000 | 100 | 1000111 | 1001101 | 1011110 | 0 | 1001000 | 11111011 | 1011001 | 1111 |
Color Harmonies of #100447
Complementary color
Monochromatic Colors of #100447
Black with #100447
Text Example
Text Example
White with #100447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100447; }
p { color: rgb(16,4,71); }
H1.HeaderClassName
{
color: #100447;
}
.AnyTagClassName
{
color: #100447;
}
</style>
background-color css
<style>
a { background-color: #100447; }
a { background-color: rgb(16,4,71); }
div.DivClassName
{
background-color: #100447;
}
.BgClassName
{
background-color: #100447;
}
</style>
border-color css
<style>
span { border-color: #100447; }
span { border-color: rgb(16,4,71); }
td.TdClassName
{
border-color: #100447;
}
.TagClassName
{
border-color: #100447;
}
</style>