Shades of Paua #0B0849
Tints of Paua #0B0849
RGB
CMYK
RGB Variations
Color information
#0B0849 (or 0x0B0849) is known color: Paua. HEX triplet: 0B, 08 and 49. RGB value is (11,8,73). Sum of RGB (Red+Green+Blue) = 11+8+73=92 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.96% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 73 (28.91% from 255 or 79.35% from 92); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B0849 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0849 is #F4F7B6. Grayscale: #101010. Windows color (decimal): -16054199 or 4786187. OLE color: 4786187.
HSL color Cylindrical-coordinate representation of color #0B0849: hue angle of 242.77º 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 #0B0849 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 8 | 73 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.71 |
| HSL | 242.77º | 0.8% | 0.16% | - |
| HSV(B) | 242.77º | 0.89% | 0.29% | - |
| XYZ | 1.43 | 0.73 | 6.37 | - |
| YUV | 16.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 8 | 73 | 0.85 | 0.89 | 0 | 0.71 | 242.77 | 0.8 | 0.16 |
| Hex | B | 8 | 49 | 55 | 59 | 0 | 47 | F3 | 50 | 10 |
| Octal | 13 | 10 | 111 | 125 | 131 | 0 | 107 | 363 | 120 | 20 |
| Binary | 1011 | 1000 | 1001001 | 1010101 | 1011001 | 0 | 1000111 | 11110011 | 1010000 | 10000 |
Color Harmonies of #0B0849
Complementary color
Monochromatic Colors of #0B0849
Black with #0B0849
Text Example
Text Example
White with #0B0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0849; }
p { color: rgb(11,8,73); }
H1.HeaderClassName
{
color: #0B0849;
}
.AnyTagClassName
{
color: #0B0849;
}
</style>
background-color css
<style>
a { background-color: #0B0849; }
a { background-color: rgb(11,8,73); }
div.DivClassName
{
background-color: #0B0849;
}
.BgClassName
{
background-color: #0B0849;
}
</style>
border-color css
<style>
span { border-color: #0B0849; }
span { border-color: rgb(11,8,73); }
td.TdClassName
{
border-color: #0B0849;
}
.TagClassName
{
border-color: #0B0849;
}
</style>