Shades of Paua #1D1752
Tints of Paua #1D1752
RGB
CMYK
RGB Variations
Color information
#1D1752 (or 0x1D1752) is known color: Paua. HEX triplet: 1D, 17 and 52. RGB value is (29,23,82). Sum of RGB (Red+Green+Blue) = 29+23+82=134 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.64% from 134); Green value is 23 (9.38% from 255 or 17.16% from 134); Blue value is 82 (32.42% from 255 or 61.19% from 134); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D1752 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1752 is #E2E8AD. Grayscale: #1F1F1F. Windows color (decimal): -14870702 or 5379869. OLE color: 5379869.
HSL color Cylindrical-coordinate representation of color #1D1752: hue angle of 246.1º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D1752 is Cyan = 0.65, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 23 | 82 | - |
| CMYK | 0.65 | 0.72 | 0 | 0.68 |
| HSL | 246.1º | 0.56% | 0.21% | - |
| HSV(B) | 246.1º | 0.72% | 0.32% | - |
| XYZ | 2.34 | 1.48 | 8.15 | - |
| YUV | 31.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 82 | 0.65 | 0.72 | 0 | 0.68 | 246.1 | 0.56 | 0.21 |
| Hex | 1D | 17 | 52 | 41 | 48 | 0 | 44 | F6 | 38 | 15 |
| Octal | 35 | 27 | 122 | 101 | 110 | 0 | 104 | 366 | 70 | 25 |
| Binary | 11101 | 10111 | 1010010 | 1000001 | 1001000 | 0 | 1000100 | 11110110 | 111000 | 10101 |
Color Harmonies of #1D1752
Complementary color
Monochromatic Colors of #1D1752
Black with #1D1752
Text Example
Text Example
White with #1D1752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1752; }
p { color: rgb(29,23,82); }
H1.HeaderClassName
{
color: #1D1752;
}
.AnyTagClassName
{
color: #1D1752;
}
</style>
background-color css
<style>
a { background-color: #1D1752; }
a { background-color: rgb(29,23,82); }
div.DivClassName
{
background-color: #1D1752;
}
.BgClassName
{
background-color: #1D1752;
}
</style>
border-color css
<style>
span { border-color: #1D1752; }
span { border-color: rgb(29,23,82); }
td.TdClassName
{
border-color: #1D1752;
}
.TagClassName
{
border-color: #1D1752;
}
</style>