Shades of Paua #1C0D50
Tints of Paua #1C0D50
RGB
CMYK
RGB Variations
Color information
#1C0D50 (or 0x1C0D50) is known color: Paua. HEX triplet: 1C, 0D and 50. RGB value is (28,13,80). Sum of RGB (Red+Green+Blue) = 28+13+80=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 13 (5.47% from 255 or 10.74% from 121); Blue value is 80 (31.64% from 255 or 66.12% from 121); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C0D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1C0D50 is #E3F2AF. Grayscale: #181818. Windows color (decimal): -14938800 or 5246236. OLE color: 5246236.
HSL color Cylindrical-coordinate representation of color #1C0D50: hue angle of 253.43º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C0D50 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 28 | 13 | 80 | - |
| CMYK | 0.65 | 0.84 | 0 | 0.69 |
| HSL | 253.43º | 0.72% | 0.18% | - |
| HSV(B) | 253.43º | 0.84% | 0.31% | - |
| XYZ | 2.07 | 1.11 | 7.7 | - |
| YUV | 25.12 | 158.97 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 13 | 80 | 0.65 | 0.84 | 0 | 0.69 | 253.43 | 0.72 | 0.18 |
| Hex | 1C | D | 50 | 41 | 54 | 0 | 45 | FD | 48 | 12 |
| Octal | 34 | 15 | 120 | 101 | 124 | 0 | 105 | 375 | 110 | 22 |
| Binary | 11100 | 1101 | 1010000 | 1000001 | 1010100 | 0 | 1000101 | 11111101 | 1001000 | 10010 |
Color Harmonies of #1C0D50
Complementary color
Monochromatic Colors of #1C0D50
Black with #1C0D50
Text Example
Text Example
White with #1C0D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0D50; }
p { color: rgb(28,13,80); }
H1.HeaderClassName
{
color: #1C0D50;
}
.AnyTagClassName
{
color: #1C0D50;
}
</style>
background-color css
<style>
a { background-color: #1C0D50; }
a { background-color: rgb(28,13,80); }
div.DivClassName
{
background-color: #1C0D50;
}
.BgClassName
{
background-color: #1C0D50;
}
</style>
border-color css
<style>
span { border-color: #1C0D50; }
span { border-color: rgb(28,13,80); }
td.TdClassName
{
border-color: #1C0D50;
}
.TagClassName
{
border-color: #1C0D50;
}
</style>