Shades of Paua #1D1847
Tints of Paua #1D1847
RGB
CMYK
RGB Variations
Color information
#1D1847 (or 0x1D1847) is known color: Paua. HEX triplet: 1D, 18 and 47. RGB value is (29,24,71). Sum of RGB (Red+Green+Blue) = 29+24+71=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #1D1847 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1847 is #E2E7B8. Grayscale: #1E1E1E. Windows color (decimal): -14870457 or 4659229. OLE color: 4659229.
HSL color Cylindrical-coordinate representation of color #1D1847: hue angle of 246.38º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1D1847 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 24 | 71 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.72 |
| HSL | 246.38º | 0.49% | 0.19% | - |
| HSV(B) | 246.38º | 0.66% | 0.28% | - |
| XYZ | 1.97 | 1.37 | 6.12 | - |
| YUV | 30.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 24 | 71 | 0.59 | 0.66 | 0 | 0.72 | 246.38 | 0.49 | 0.19 |
| Hex | 1D | 18 | 47 | 3B | 42 | 0 | 48 | F6 | 31 | 13 |
| Octal | 35 | 30 | 107 | 73 | 102 | 0 | 110 | 366 | 61 | 23 |
| Binary | 11101 | 11000 | 1000111 | 111011 | 1000010 | 0 | 1001000 | 11110110 | 110001 | 10011 |
Color Harmonies of #1D1847
Complementary color
Monochromatic Colors of #1D1847
Black with #1D1847
Text Example
Text Example
White with #1D1847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1847; }
p { color: rgb(29,24,71); }
H1.HeaderClassName
{
color: #1D1847;
}
.AnyTagClassName
{
color: #1D1847;
}
</style>
background-color css
<style>
a { background-color: #1D1847; }
a { background-color: rgb(29,24,71); }
div.DivClassName
{
background-color: #1D1847;
}
.BgClassName
{
background-color: #1D1847;
}
</style>
border-color css
<style>
span { border-color: #1D1847; }
span { border-color: rgb(29,24,71); }
td.TdClassName
{
border-color: #1D1847;
}
.TagClassName
{
border-color: #1D1847;
}
</style>