Shades of Paua #1C1553
Tints of Paua #1C1553
RGB
CMYK
RGB Variations
Color information
#1C1553 (or 0x1C1553) is known color: Paua. HEX triplet: 1C, 15 and 53. RGB value is (28,21,83). Sum of RGB (Red+Green+Blue) = 28+21+83=132 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.21% from 132); Green value is 21 (8.59% from 255 or 15.91% from 132); Blue value is 83 (32.81% from 255 or 62.88% from 132); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C1553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1553 is #E3EAAC. Grayscale: #1D1D1D. Windows color (decimal): -14936749 or 5444892. OLE color: 5444892.
HSL color Cylindrical-coordinate representation of color #1C1553: hue angle of 246.77º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C1553 is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 21 | 83 | - |
| CMYK | 0.66 | 0.75 | 0 | 0.67 |
| HSL | 246.77º | 0.6% | 0.2% | - |
| HSV(B) | 246.77º | 0.75% | 0.33% | - |
| XYZ | 2.31 | 1.41 | 8.33 | - |
| YUV | 30.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 83 | 0.66 | 0.75 | 0 | 0.67 | 246.77 | 0.6 | 0.2 |
| Hex | 1C | 15 | 53 | 42 | 4B | 0 | 43 | F7 | 3C | 14 |
| Octal | 34 | 25 | 123 | 102 | 113 | 0 | 103 | 367 | 74 | 24 |
| Binary | 11100 | 10101 | 1010011 | 1000010 | 1001011 | 0 | 1000011 | 11110111 | 111100 | 10100 |
Color Harmonies of #1C1553
Complementary color
Monochromatic Colors of #1C1553
Black with #1C1553
Text Example
Text Example
White with #1C1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1553; }
p { color: rgb(28,21,83); }
H1.HeaderClassName
{
color: #1C1553;
}
.AnyTagClassName
{
color: #1C1553;
}
</style>
background-color css
<style>
a { background-color: #1C1553; }
a { background-color: rgb(28,21,83); }
div.DivClassName
{
background-color: #1C1553;
}
.BgClassName
{
background-color: #1C1553;
}
</style>
border-color css
<style>
span { border-color: #1C1553; }
span { border-color: rgb(28,21,83); }
td.TdClassName
{
border-color: #1C1553;
}
.TagClassName
{
border-color: #1C1553;
}
</style>