Shades of Paua #1C1552
Tints of Paua #1C1552
RGB
CMYK
RGB Variations
Color information
#1C1552 (or 0x1C1552) is known color: Paua. HEX triplet: 1C, 15 and 52. RGB value is (28,21,82). Sum of RGB (Red+Green+Blue) = 28+21+82=131 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.37% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 82 (32.42% from 255 or 62.60% from 131); Max value from RGB is 82 - color contains mainly: blue. Hex color #1C1552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1552 is #E3EAAD. Grayscale: #1D1D1D. Windows color (decimal): -14936750 or 5379356. OLE color: 5379356.
HSL color Cylindrical-coordinate representation of color #1C1552: hue angle of 246.89º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C1552 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 28 | 21 | 82 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.68 |
| HSL | 246.89º | 0.59% | 0.2% | - |
| HSV(B) | 246.89º | 0.74% | 0.32% | - |
| XYZ | 2.27 | 1.39 | 8.13 | - |
| YUV | 30.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 21 | 82 | 0.66 | 0.74 | 0 | 0.68 | 246.89 | 0.59 | 0.2 |
| Hex | 1C | 15 | 52 | 42 | 4A | 0 | 44 | F7 | 3B | 14 |
| Octal | 34 | 25 | 122 | 102 | 112 | 0 | 104 | 367 | 73 | 24 |
| Binary | 11100 | 10101 | 1010010 | 1000010 | 1001010 | 0 | 1000100 | 11110111 | 111011 | 10100 |
Color Harmonies of #1C1552
Complementary color
Monochromatic Colors of #1C1552
Black with #1C1552
Text Example
Text Example
White with #1C1552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1552; }
p { color: rgb(28,21,82); }
H1.HeaderClassName
{
color: #1C1552;
}
.AnyTagClassName
{
color: #1C1552;
}
</style>
background-color css
<style>
a { background-color: #1C1552; }
a { background-color: rgb(28,21,82); }
div.DivClassName
{
background-color: #1C1552;
}
.BgClassName
{
background-color: #1C1552;
}
</style>
border-color css
<style>
span { border-color: #1C1552; }
span { border-color: rgb(28,21,82); }
td.TdClassName
{
border-color: #1C1552;
}
.TagClassName
{
border-color: #1C1552;
}
</style>