Shades of Paua #141152
Tints of Paua #141152
RGB
CMYK
RGB Variations
Color information
#141152 (or 0x141152) is known color: Paua. HEX triplet: 14, 11 and 52. RGB value is (20,17,82). Sum of RGB (Red+Green+Blue) = 20+17+82=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #141152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141152 is #EBEEAD. Grayscale: #191919. Windows color (decimal): -15462062 or 5378324. OLE color: 5378324.
HSL color Cylindrical-coordinate representation of color #141152: hue angle of 242.77º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141152 is Cyan = 0.76, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 17 | 82 | - |
| CMYK | 0.76 | 0.79 | 0 | 0.68 |
| HSL | 242.77º | 0.66% | 0.19% | - |
| HSV(B) | 242.77º | 0.79% | 0.32% | - |
| XYZ | 2.01 | 1.16 | 8.1 | - |
| YUV | 25.31 | 159.99 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 82 | 0.76 | 0.79 | 0 | 0.68 | 242.77 | 0.66 | 0.19 |
| Hex | 14 | 11 | 52 | 4C | 4F | 0 | 44 | F3 | 42 | 13 |
| Octal | 24 | 21 | 122 | 114 | 117 | 0 | 104 | 363 | 102 | 23 |
| Binary | 10100 | 10001 | 1010010 | 1001100 | 1001111 | 0 | 1000100 | 11110011 | 1000010 | 10011 |
Color Harmonies of #141152
Complementary color
Monochromatic Colors of #141152
Black with #141152
Text Example
Text Example
White with #141152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141152; }
p { color: rgb(20,17,82); }
H1.HeaderClassName
{
color: #141152;
}
.AnyTagClassName
{
color: #141152;
}
</style>
background-color css
<style>
a { background-color: #141152; }
a { background-color: rgb(20,17,82); }
div.DivClassName
{
background-color: #141152;
}
.BgClassName
{
background-color: #141152;
}
</style>
border-color css
<style>
span { border-color: #141152; }
span { border-color: rgb(20,17,82); }
td.TdClassName
{
border-color: #141152;
}
.TagClassName
{
border-color: #141152;
}
</style>