Shades of Paua #1C1353
Tints of Paua #1C1353
RGB
CMYK
RGB Variations
Color information
#1C1353 (or 0x1C1353) is known color: Paua. HEX triplet: 1C, 13 and 53. RGB value is (28,19,83). Sum of RGB (Red+Green+Blue) = 28+19+83=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 19 (7.81% from 255 or 14.62% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #1C1353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C1353 is #E3ECAC. Grayscale: #1C1C1C. Windows color (decimal): -14937261 or 5444380. OLE color: 5444380.
HSL color Cylindrical-coordinate representation of color #1C1353: hue angle of 248.44º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C1353 is Cyan = 0.66, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 28 | 19 | 83 | - |
| CMYK | 0.66 | 0.77 | 0 | 0.67 |
| HSL | 248.44º | 0.63% | 0.2% | - |
| HSV(B) | 248.44º | 0.77% | 0.33% | - |
| XYZ | 2.27 | 1.34 | 8.32 | - |
| YUV | 28.99 | 158.48 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 83 | 0.66 | 0.77 | 0 | 0.67 | 248.44 | 0.63 | 0.2 |
| Hex | 1C | 13 | 53 | 42 | 4D | 0 | 43 | F8 | 3F | 14 |
| Octal | 34 | 23 | 123 | 102 | 115 | 0 | 103 | 370 | 77 | 24 |
| Binary | 11100 | 10011 | 1010011 | 1000010 | 1001101 | 0 | 1000011 | 11111000 | 111111 | 10100 |
Color Harmonies of #1C1353
Complementary color
Monochromatic Colors of #1C1353
Black with #1C1353
Text Example
Text Example
White with #1C1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1353; }
p { color: rgb(28,19,83); }
H1.HeaderClassName
{
color: #1C1353;
}
.AnyTagClassName
{
color: #1C1353;
}
</style>
background-color css
<style>
a { background-color: #1C1353; }
a { background-color: rgb(28,19,83); }
div.DivClassName
{
background-color: #1C1353;
}
.BgClassName
{
background-color: #1C1353;
}
</style>
border-color css
<style>
span { border-color: #1C1353; }
span { border-color: rgb(28,19,83); }
td.TdClassName
{
border-color: #1C1353;
}
.TagClassName
{
border-color: #1C1353;
}
</style>