Shades of Paua #1D1650
Tints of Paua #1D1650
RGB
CMYK
RGB Variations
Color information
#1D1650 (or 0x1D1650) is known color: Paua. HEX triplet: 1D, 16 and 50. RGB value is (29,22,80). Sum of RGB (Red+Green+Blue) = 29+22+80=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 80 (31.64% from 255 or 61.07% from 131); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D1650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1650 is #E2E9AF. Grayscale: #1E1E1E. Windows color (decimal): -14870960 or 5248541. OLE color: 5248541.
HSL color Cylindrical-coordinate representation of color #1D1650: hue angle of 247.24º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D1650 is Cyan = 0.64, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 29 | 22 | 80 | - |
| CMYK | 0.64 | 0.72 | 0 | 0.69 |
| HSL | 247.24º | 0.57% | 0.2% | - |
| HSV(B) | 247.24º | 0.73% | 0.31% | - |
| XYZ | 2.24 | 1.41 | 7.74 | - |
| YUV | 30.71 | 155.82 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 22 | 80 | 0.64 | 0.72 | 0 | 0.69 | 247.24 | 0.57 | 0.2 |
| Hex | 1D | 16 | 50 | 40 | 48 | 0 | 45 | F7 | 39 | 14 |
| Octal | 35 | 26 | 120 | 100 | 110 | 0 | 105 | 367 | 71 | 24 |
| Binary | 11101 | 10110 | 1010000 | 1000000 | 1001000 | 0 | 1000101 | 11110111 | 111001 | 10100 |
Color Harmonies of #1D1650
Complementary color
Monochromatic Colors of #1D1650
Black with #1D1650
Text Example
Text Example
White with #1D1650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1650; }
p { color: rgb(29,22,80); }
H1.HeaderClassName
{
color: #1D1650;
}
.AnyTagClassName
{
color: #1D1650;
}
</style>
background-color css
<style>
a { background-color: #1D1650; }
a { background-color: rgb(29,22,80); }
div.DivClassName
{
background-color: #1D1650;
}
.BgClassName
{
background-color: #1D1650;
}
</style>
border-color css
<style>
span { border-color: #1D1650; }
span { border-color: rgb(29,22,80); }
td.TdClassName
{
border-color: #1D1650;
}
.TagClassName
{
border-color: #1D1650;
}
</style>