Shades of Paua #0C0849
Tints of Paua #0C0849
RGB
CMYK
RGB Variations
Color information
#0C0849 (or 0x0C0849) is known color: Paua. HEX triplet: 0C, 08 and 49. RGB value is (12,8,73). Sum of RGB (Red+Green+Blue) = 12+8+73=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 73 (28.91% from 255 or 78.49% from 93); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C0849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0849 is #F3F7B6. Grayscale: #101010. Windows color (decimal): -15988663 or 4786188. OLE color: 4786188.
HSL color Cylindrical-coordinate representation of color #0C0849: hue angle of 243.69º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C0849 is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 12 | 8 | 73 | - |
| CMYK | 0.84 | 0.89 | 0 | 0.71 |
| HSL | 243.69º | 0.8% | 0.16% | - |
| HSV(B) | 243.69º | 0.89% | 0.29% | - |
| XYZ | 1.44 | 0.73 | 6.37 | - |
| YUV | 16.61 | 159.83 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 8 | 73 | 0.84 | 0.89 | 0 | 0.71 | 243.69 | 0.8 | 0.16 |
| Hex | C | 8 | 49 | 54 | 59 | 0 | 47 | F4 | 50 | 10 |
| Octal | 14 | 10 | 111 | 124 | 131 | 0 | 107 | 364 | 120 | 20 |
| Binary | 1100 | 1000 | 1001001 | 1010100 | 1011001 | 0 | 1000111 | 11110100 | 1010000 | 10000 |
Color Harmonies of #0C0849
Complementary color
Monochromatic Colors of #0C0849
Black with #0C0849
Text Example
Text Example
White with #0C0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C0849; }
p { color: rgb(12,8,73); }
H1.HeaderClassName
{
color: #0C0849;
}
.AnyTagClassName
{
color: #0C0849;
}
</style>
background-color css
<style>
a { background-color: #0C0849; }
a { background-color: rgb(12,8,73); }
div.DivClassName
{
background-color: #0C0849;
}
.BgClassName
{
background-color: #0C0849;
}
</style>
border-color css
<style>
span { border-color: #0C0849; }
span { border-color: rgb(12,8,73); }
td.TdClassName
{
border-color: #0C0849;
}
.TagClassName
{
border-color: #0C0849;
}
</style>