Shades of Paua #141449
Tints of Paua #141449
RGB
CMYK
RGB Variations
Color information
#141449 (or 0x141449) is known color: Paua. HEX triplet: 14, 14 and 49. RGB value is (20,20,73). Sum of RGB (Red+Green+Blue) = 20+20+73=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #141449 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141449 is #EBEBB6. Grayscale: #191919. Windows color (decimal): -15461303 or 4789268. OLE color: 4789268.
HSL color Cylindrical-coordinate representation of color #141449: hue angle of 240º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141449 is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 20 | 73 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.71 |
| HSL | 240º | 0.57% | 0.18% | - |
| HSV(B) | 240º | 0.73% | 0.29% | - |
| XYZ | 1.74 | 1.13 | 6.43 | - |
| YUV | 26.04 | 154.5 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 73 | 0.73 | 0.73 | 0 | 0.71 | 240 | 0.57 | 0.18 |
| Hex | 14 | 14 | 49 | 49 | 49 | 0 | 47 | F0 | 39 | 12 |
| Octal | 24 | 24 | 111 | 111 | 111 | 0 | 107 | 360 | 71 | 22 |
| Binary | 10100 | 10100 | 1001001 | 1001001 | 1001001 | 0 | 1000111 | 11110000 | 111001 | 10010 |
Color Harmonies of #141449
Complementary color
Monochromatic Colors of #141449
Black with #141449
Text Example
Text Example
White with #141449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141449; }
p { color: rgb(20,20,73); }
H1.HeaderClassName
{
color: #141449;
}
.AnyTagClassName
{
color: #141449;
}
</style>
background-color css
<style>
a { background-color: #141449; }
a { background-color: rgb(20,20,73); }
div.DivClassName
{
background-color: #141449;
}
.BgClassName
{
background-color: #141449;
}
</style>
border-color css
<style>
span { border-color: #141449; }
span { border-color: rgb(20,20,73); }
td.TdClassName
{
border-color: #141449;
}
.TagClassName
{
border-color: #141449;
}
</style>