Shades of Paua #1C1447
Tints of Paua #1C1447
RGB
CMYK
RGB Variations
Color information
#1C1447 (or 0x1C1447) is known color: Paua. HEX triplet: 1C, 14 and 47. RGB value is (28,20,71). Sum of RGB (Red+Green+Blue) = 28+20+71=119 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.53% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #1C1447 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1447 is #E3EBB8. Grayscale: #1C1C1C. Windows color (decimal): -14937017 or 4658204. OLE color: 4658204.
HSL color Cylindrical-coordinate representation of color #1C1447: hue angle of 249.41º degrees, saturation: 0.56, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C1447 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 20 | 71 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.72 |
| HSL | 249.41º | 0.56% | 0.18% | - |
| HSV(B) | 249.41º | 0.72% | 0.28% | - |
| XYZ | 1.87 | 1.2 | 6.09 | - |
| YUV | 28.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 71 | 0.61 | 0.72 | 0 | 0.72 | 249.41 | 0.56 | 0.18 |
| Hex | 1C | 14 | 47 | 3D | 48 | 0 | 48 | F9 | 38 | 12 |
| Octal | 34 | 24 | 107 | 75 | 110 | 0 | 110 | 371 | 70 | 22 |
| Binary | 11100 | 10100 | 1000111 | 111101 | 1001000 | 0 | 1001000 | 11111001 | 111000 | 10010 |
Color Harmonies of #1C1447
Complementary color
Monochromatic Colors of #1C1447
Black with #1C1447
Text Example
Text Example
White with #1C1447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1447; }
p { color: rgb(28,20,71); }
H1.HeaderClassName
{
color: #1C1447;
}
.AnyTagClassName
{
color: #1C1447;
}
</style>
background-color css
<style>
a { background-color: #1C1447; }
a { background-color: rgb(28,20,71); }
div.DivClassName
{
background-color: #1C1447;
}
.BgClassName
{
background-color: #1C1447;
}
</style>
border-color css
<style>
span { border-color: #1C1447; }
span { border-color: rgb(28,20,71); }
td.TdClassName
{
border-color: #1C1447;
}
.TagClassName
{
border-color: #1C1447;
}
</style>