Shades of Paua #1C1349
Tints of Paua #1C1349
RGB
CMYK
RGB Variations
Color information
#1C1349 (or 0x1C1349) is known color: Paua. HEX triplet: 1C, 13 and 49. RGB value is (28,19,73). Sum of RGB (Red+Green+Blue) = 28+19+73=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #1C1349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1349 is #E3ECB6. Grayscale: #1B1B1B. Windows color (decimal): -14937271 or 4789020. OLE color: 4789020.
HSL color Cylindrical-coordinate representation of color #1C1349: hue angle of 250º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C1349 is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 28 | 19 | 73 | - |
| CMYK | 0.62 | 0.74 | 0 | 0.71 |
| HSL | 250º | 0.59% | 0.18% | - |
| HSV(B) | 250º | 0.74% | 0.29% | - |
| XYZ | 1.91 | 1.19 | 6.43 | - |
| YUV | 27.85 | 153.48 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 73 | 0.62 | 0.74 | 0 | 0.71 | 250 | 0.59 | 0.18 |
| Hex | 1C | 13 | 49 | 3E | 4A | 0 | 47 | FA | 3B | 12 |
| Octal | 34 | 23 | 111 | 76 | 112 | 0 | 107 | 372 | 73 | 22 |
| Binary | 11100 | 10011 | 1001001 | 111110 | 1001010 | 0 | 1000111 | 11111010 | 111011 | 10010 |
Color Harmonies of #1C1349
Complementary color
Monochromatic Colors of #1C1349
Black with #1C1349
Text Example
Text Example
White with #1C1349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1349; }
p { color: rgb(28,19,73); }
H1.HeaderClassName
{
color: #1C1349;
}
.AnyTagClassName
{
color: #1C1349;
}
</style>
background-color css
<style>
a { background-color: #1C1349; }
a { background-color: rgb(28,19,73); }
div.DivClassName
{
background-color: #1C1349;
}
.BgClassName
{
background-color: #1C1349;
}
</style>
border-color css
<style>
span { border-color: #1C1349; }
span { border-color: rgb(28,19,73); }
td.TdClassName
{
border-color: #1C1349;
}
.TagClassName
{
border-color: #1C1349;
}
</style>