Shades of Paua #1C1749
Tints of Paua #1C1749
RGB
CMYK
RGB Variations
Color information
#1C1749 (or 0x1C1749) is known color: Paua. HEX triplet: 1C, 17 and 49. RGB value is (28,23,73). Sum of RGB (Red+Green+Blue) = 28+23+73=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 73 (28.91% from 255 or 58.87% from 124); Max value from RGB is 73 - color contains mainly: blue. Hex color #1C1749 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1749 is #E3E8B6. Grayscale: #1E1E1E. Windows color (decimal): -14936247 or 4790044. OLE color: 4790044.
HSL color Cylindrical-coordinate representation of color #1C1749: hue angle of 246º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C1749 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 23 | 73 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.71 |
| HSL | 246º | 0.52% | 0.19% | - |
| HSV(B) | 246º | 0.68% | 0.29% | - |
| XYZ | 1.99 | 1.34 | 6.46 | - |
| YUV | 30.2 | 152.16 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 73 | 0.62 | 0.68 | 0 | 0.71 | 246 | 0.52 | 0.19 |
| Hex | 1C | 17 | 49 | 3E | 44 | 0 | 47 | F6 | 34 | 13 |
| Octal | 34 | 27 | 111 | 76 | 104 | 0 | 107 | 366 | 64 | 23 |
| Binary | 11100 | 10111 | 1001001 | 111110 | 1000100 | 0 | 1000111 | 11110110 | 110100 | 10011 |
Color Harmonies of #1C1749
Complementary color
Monochromatic Colors of #1C1749
Black with #1C1749
Text Example
Text Example
White with #1C1749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1749; }
p { color: rgb(28,23,73); }
H1.HeaderClassName
{
color: #1C1749;
}
.AnyTagClassName
{
color: #1C1749;
}
</style>
background-color css
<style>
a { background-color: #1C1749; }
a { background-color: rgb(28,23,73); }
div.DivClassName
{
background-color: #1C1749;
}
.BgClassName
{
background-color: #1C1749;
}
</style>
border-color css
<style>
span { border-color: #1C1749; }
span { border-color: rgb(28,23,73); }
td.TdClassName
{
border-color: #1C1749;
}
.TagClassName
{
border-color: #1C1749;
}
</style>