Shades of Paua #1D1152
Tints of Paua #1D1152
RGB
CMYK
RGB Variations
Color information
#1D1152 (or 0x1D1152) is known color: Paua. HEX triplet: 1D, 11 and 52. RGB value is (29,17,82). Sum of RGB (Red+Green+Blue) = 29+17+82=128 (16% of max value = 765). Red value is 29 (11.72% from 255 or 22.66% from 128); Green value is 17 (7.03% from 255 or 13.28% from 128); Blue value is 82 (32.42% from 255 or 64.06% from 128); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D1152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1152 is #E2EEAD. Grayscale: #1B1B1B. Windows color (decimal): -14872238 or 5378333. OLE color: 5378333.
HSL color Cylindrical-coordinate representation of color #1D1152: hue angle of 251.08º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D1152 is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 29 | 17 | 82 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.68 |
| HSL | 251.08º | 0.66% | 0.19% | - |
| HSV(B) | 251.08º | 0.79% | 0.32% | - |
| XYZ | 2.23 | 1.27 | 8.11 | - |
| YUV | 28 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 17 | 82 | 0.65 | 0.79 | 0 | 0.68 | 251.08 | 0.66 | 0.19 |
| Hex | 1D | 11 | 52 | 41 | 4F | 0 | 44 | FB | 42 | 13 |
| Octal | 35 | 21 | 122 | 101 | 117 | 0 | 104 | 373 | 102 | 23 |
| Binary | 11101 | 10001 | 1010010 | 1000001 | 1001111 | 0 | 1000100 | 11111011 | 1000010 | 10011 |
Color Harmonies of #1D1152
Complementary color
Monochromatic Colors of #1D1152
Black with #1D1152
Text Example
Text Example
White with #1D1152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1152; }
p { color: rgb(29,17,82); }
H1.HeaderClassName
{
color: #1D1152;
}
.AnyTagClassName
{
color: #1D1152;
}
</style>
background-color css
<style>
a { background-color: #1D1152; }
a { background-color: rgb(29,17,82); }
div.DivClassName
{
background-color: #1D1152;
}
.BgClassName
{
background-color: #1D1152;
}
</style>
border-color css
<style>
span { border-color: #1D1152; }
span { border-color: rgb(29,17,82); }
td.TdClassName
{
border-color: #1D1152;
}
.TagClassName
{
border-color: #1D1152;
}
</style>