Shades of Paua #1D1553
Tints of Paua #1D1553
RGB
CMYK
RGB Variations
Color information
#1D1553 (or 0x1D1553) is known color: Paua. HEX triplet: 1D, 15 and 53. RGB value is (29,21,83). Sum of RGB (Red+Green+Blue) = 29+21+83=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 21 (8.59% from 255 or 15.79% from 133); Blue value is 83 (32.81% from 255 or 62.41% from 133); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D1553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1553 is #E2EAAC. Grayscale: #1E1E1E. Windows color (decimal): -14871213 or 5444893. OLE color: 5444893.
HSL color Cylindrical-coordinate representation of color #1D1553: hue angle of 247.74º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D1553 is Cyan = 0.65, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 29 | 21 | 83 | - |
| CMYK | 0.65 | 0.75 | 0 | 0.67 |
| HSL | 247.74º | 0.6% | 0.2% | - |
| HSV(B) | 247.74º | 0.75% | 0.33% | - |
| XYZ | 2.34 | 1.42 | 8.33 | - |
| YUV | 30.46 | 157.65 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 83 | 0.65 | 0.75 | 0 | 0.67 | 247.74 | 0.6 | 0.2 |
| Hex | 1D | 15 | 53 | 41 | 4B | 0 | 43 | F8 | 3C | 14 |
| Octal | 35 | 25 | 123 | 101 | 113 | 0 | 103 | 370 | 74 | 24 |
| Binary | 11101 | 10101 | 1010011 | 1000001 | 1001011 | 0 | 1000011 | 11111000 | 111100 | 10100 |
Color Harmonies of #1D1553
Complementary color
Monochromatic Colors of #1D1553
Black with #1D1553
Text Example
Text Example
White with #1D1553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1553; }
p { color: rgb(29,21,83); }
H1.HeaderClassName
{
color: #1D1553;
}
.AnyTagClassName
{
color: #1D1553;
}
</style>
background-color css
<style>
a { background-color: #1D1553; }
a { background-color: rgb(29,21,83); }
div.DivClassName
{
background-color: #1D1553;
}
.BgClassName
{
background-color: #1D1553;
}
</style>
border-color css
<style>
span { border-color: #1D1553; }
span { border-color: rgb(29,21,83); }
td.TdClassName
{
border-color: #1D1553;
}
.TagClassName
{
border-color: #1D1553;
}
</style>