Shades of Paua #0E0841
Tints of Paua #0E0841
RGB
CMYK
RGB Variations
Color information
#0E0841 (or 0x0E0841) is known color: Paua. HEX triplet: 0E, 08 and 41. RGB value is (14,8,65). Sum of RGB (Red+Green+Blue) = 14+8+65=87 (11% of max value = 765). Red value is 14 (5.86% from 255 or 16.09% from 87); Green value is 8 (3.52% from 255 or 9.20% from 87); Blue value is 65 (25.78% from 255 or 74.71% from 87); Max value from RGB is 65 - color contains mainly: blue. Hex color #0E0841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0E0841 is #F1F7BE. Grayscale: #101010. Windows color (decimal): -15857599 or 4261902. OLE color: 4261902.
HSL color Cylindrical-coordinate representation of color #0E0841: hue angle of 246.32º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E0841 is Cyan = 0.78, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 14 | 8 | 65 | - |
| CMYK | 0.78 | 0.88 | 0 | 0.75 |
| HSL | 246.32º | 0.78% | 0.14% | - |
| HSV(B) | 246.32º | 0.88% | 0.25% | - |
| XYZ | 1.22 | 0.65 | 5.06 | - |
| YUV | 16.29 | 155.49 | 126.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 8 | 65 | 0.78 | 0.88 | 0 | 0.75 | 246.32 | 0.78 | 0.14 |
| Hex | E | 8 | 41 | 4E | 58 | 0 | 4B | F6 | 4E | E |
| Octal | 16 | 10 | 101 | 116 | 130 | 0 | 113 | 366 | 116 | 16 |
| Binary | 1110 | 1000 | 1000001 | 1001110 | 1011000 | 0 | 1001011 | 11110110 | 1001110 | 1110 |
Color Harmonies of #0E0841
Complementary color
Monochromatic Colors of #0E0841
Black with #0E0841
Text Example
Text Example
White with #0E0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E0841; }
p { color: rgb(14,8,65); }
H1.HeaderClassName
{
color: #0E0841;
}
.AnyTagClassName
{
color: #0E0841;
}
</style>
background-color css
<style>
a { background-color: #0E0841; }
a { background-color: rgb(14,8,65); }
div.DivClassName
{
background-color: #0E0841;
}
.BgClassName
{
background-color: #0E0841;
}
</style>
border-color css
<style>
span { border-color: #0E0841; }
span { border-color: rgb(14,8,65); }
td.TdClassName
{
border-color: #0E0841;
}
.TagClassName
{
border-color: #0E0841;
}
</style>