Shades of Paua #1D1F52
Tints of Paua #1D1F52
RGB
CMYK
RGB Variations
Color information
#1D1F52 (or 0x1D1F52) is known color: Paua. HEX triplet: 1D, 1F and 52. RGB value is (29,31,82). Sum of RGB (Red+Green+Blue) = 29+31+82=142 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.42% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D1F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1F52 is #E2E0AD. Grayscale: #242424. Windows color (decimal): -14868654 or 5381917. OLE color: 5381917.
HSL color Cylindrical-coordinate representation of color #1D1F52: hue angle of 237.74º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D1F52 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 31 | 82 | - |
| CMYK | 0.65 | 0.62 | 0 | 0.68 |
| HSL | 237.74º | 0.48% | 0.22% | - |
| HSV(B) | 237.74º | 0.65% | 0.32% | - |
| XYZ | 2.52 | 1.85 | 8.21 | - |
| YUV | 36.22 | 153.84 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 31 | 82 | 0.65 | 0.62 | 0 | 0.68 | 237.74 | 0.48 | 0.22 |
| Hex | 1D | 1F | 52 | 41 | 3E | 0 | 44 | EE | 30 | 16 |
| Octal | 35 | 37 | 122 | 101 | 76 | 0 | 104 | 356 | 60 | 26 |
| Binary | 11101 | 11111 | 1010010 | 1000001 | 111110 | 0 | 1000100 | 11101110 | 110000 | 10110 |
Color Harmonies of #1D1F52
Complementary color
Monochromatic Colors of #1D1F52
Black with #1D1F52
Text Example
Text Example
White with #1D1F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1F52; }
p { color: rgb(29,31,82); }
H1.HeaderClassName
{
color: #1D1F52;
}
.AnyTagClassName
{
color: #1D1F52;
}
</style>
background-color css
<style>
a { background-color: #1D1F52; }
a { background-color: rgb(29,31,82); }
div.DivClassName
{
background-color: #1D1F52;
}
.BgClassName
{
background-color: #1D1F52;
}
</style>
border-color css
<style>
span { border-color: #1D1F52; }
span { border-color: rgb(29,31,82); }
td.TdClassName
{
border-color: #1D1F52;
}
.TagClassName
{
border-color: #1D1F52;
}
</style>