Shades of Paua #100C4C
Tints of Paua #100C4C
RGB
CMYK
RGB Variations
Color information
#100C4C (or 0x100C4C) is known color: Paua. HEX triplet: 10, 0C and 4C. RGB value is (16,12,76). Sum of RGB (Red+Green+Blue) = 16+12+76=104 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.38% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 76 (30.08% from 255 or 73.08% from 104); Max value from RGB is 76 - color contains mainly: blue. Hex color #100C4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C4C is #EFF3B3. Grayscale: #141414. Windows color (decimal): -15725492 or 4983824. OLE color: 4983824.
HSL color Cylindrical-coordinate representation of color #100C4C: hue angle of 243.75º degrees, saturation: 0.73, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #100C4C is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 12 | 76 | - |
| CMYK | 0.79 | 0.84 | 0 | 0.70 |
| HSL | 243.75º | 0.73% | 0.17% | - |
| HSV(B) | 243.75º | 0.84% | 0.3% | - |
| XYZ | 1.65 | 0.89 | 6.92 | - |
| YUV | 20.49 | 159.33 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 76 | 0.79 | 0.84 | 0 | 0.70 | 243.75 | 0.73 | 0.17 |
| Hex | 10 | C | 4C | 4F | 54 | 0 | 46 | F4 | 49 | 11 |
| Octal | 20 | 14 | 114 | 117 | 124 | 0 | 106 | 364 | 111 | 21 |
| Binary | 10000 | 1100 | 1001100 | 1001111 | 1010100 | 0 | 1000110 | 11110100 | 1001001 | 10001 |
Color Harmonies of #100C4C
Complementary color
Monochromatic Colors of #100C4C
Black with #100C4C
Text Example
Text Example
White with #100C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C4C; }
p { color: rgb(16,12,76); }
H1.HeaderClassName
{
color: #100C4C;
}
.AnyTagClassName
{
color: #100C4C;
}
</style>
background-color css
<style>
a { background-color: #100C4C; }
a { background-color: rgb(16,12,76); }
div.DivClassName
{
background-color: #100C4C;
}
.BgClassName
{
background-color: #100C4C;
}
</style>
border-color css
<style>
span { border-color: #100C4C; }
span { border-color: rgb(16,12,76); }
td.TdClassName
{
border-color: #100C4C;
}
.TagClassName
{
border-color: #100C4C;
}
</style>