Shades of Paua #1D1742
Tints of Paua #1D1742
RGB
CMYK
RGB Variations
Color information
#1D1742 (or 0x1D1742) is known color: Paua. HEX triplet: 1D, 17 and 42. RGB value is (29,23,66). Sum of RGB (Red+Green+Blue) = 29+23+66=118 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.58% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #1D1742 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1742 is #E2E8BD. Grayscale: #1D1D1D. Windows color (decimal): -14870718 or 4331293. OLE color: 4331293.
HSL color Cylindrical-coordinate representation of color #1D1742: hue angle of 248.37º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D1742 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 23 | 66 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.74 |
| HSL | 248.37º | 0.48% | 0.17% | - |
| HSV(B) | 248.37º | 0.65% | 0.26% | - |
| XYZ | 1.8 | 1.27 | 5.3 | - |
| YUV | 29.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 66 | 0.56 | 0.65 | 0 | 0.74 | 248.37 | 0.48 | 0.17 |
| Hex | 1D | 17 | 42 | 38 | 41 | 0 | 4A | F8 | 30 | 11 |
| Octal | 35 | 27 | 102 | 70 | 101 | 0 | 112 | 370 | 60 | 21 |
| Binary | 11101 | 10111 | 1000010 | 111000 | 1000001 | 0 | 1001010 | 11111000 | 110000 | 10001 |
Color Harmonies of #1D1742
Complementary color
Monochromatic Colors of #1D1742
Black with #1D1742
Text Example
Text Example
White with #1D1742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1742; }
p { color: rgb(29,23,66); }
H1.HeaderClassName
{
color: #1D1742;
}
.AnyTagClassName
{
color: #1D1742;
}
</style>
background-color css
<style>
a { background-color: #1D1742; }
a { background-color: rgb(29,23,66); }
div.DivClassName
{
background-color: #1D1742;
}
.BgClassName
{
background-color: #1D1742;
}
</style>
border-color css
<style>
span { border-color: #1D1742; }
span { border-color: rgb(29,23,66); }
td.TdClassName
{
border-color: #1D1742;
}
.TagClassName
{
border-color: #1D1742;
}
</style>