Shades of Paua #1D1348
Tints of Paua #1D1348
RGB
CMYK
RGB Variations
Color information
#1D1348 (or 0x1D1348) is known color: Paua. HEX triplet: 1D, 13 and 48. RGB value is (29,19,72). Sum of RGB (Red+Green+Blue) = 29+19+72=120 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.17% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D1348 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1348 is #E2ECB7. Grayscale: #1B1B1B. Windows color (decimal): -14871736 or 4723485. OLE color: 4723485.
HSL color Cylindrical-coordinate representation of color #1D1348: hue angle of 251.32º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D1348 is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 29 | 19 | 72 | - |
| CMYK | 0.60 | 0.74 | 0 | 0.72 |
| HSL | 251.32º | 0.58% | 0.18% | - |
| HSV(B) | 251.32º | 0.74% | 0.28% | - |
| XYZ | 1.91 | 1.19 | 6.26 | - |
| YUV | 28.03 | 152.81 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 72 | 0.60 | 0.74 | 0 | 0.72 | 251.32 | 0.58 | 0.18 |
| Hex | 1D | 13 | 48 | 3C | 4A | 0 | 48 | FB | 3A | 12 |
| Octal | 35 | 23 | 110 | 74 | 112 | 0 | 110 | 373 | 72 | 22 |
| Binary | 11101 | 10011 | 1001000 | 111100 | 1001010 | 0 | 1001000 | 11111011 | 111010 | 10010 |
Color Harmonies of #1D1348
Complementary color
Monochromatic Colors of #1D1348
Black with #1D1348
Text Example
Text Example
White with #1D1348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1348; }
p { color: rgb(29,19,72); }
H1.HeaderClassName
{
color: #1D1348;
}
.AnyTagClassName
{
color: #1D1348;
}
</style>
background-color css
<style>
a { background-color: #1D1348; }
a { background-color: rgb(29,19,72); }
div.DivClassName
{
background-color: #1D1348;
}
.BgClassName
{
background-color: #1D1348;
}
</style>
border-color css
<style>
span { border-color: #1D1348; }
span { border-color: rgb(29,19,72); }
td.TdClassName
{
border-color: #1D1348;
}
.TagClassName
{
border-color: #1D1348;
}
</style>