Shades of Paua #231D47
Tints of Paua #231D47
RGB
CMYK
RGB Variations
Color information
#231D47 (or 0x231D47) is known color: Paua. HEX triplet: 23, 1D and 47. RGB value is (35,29,71). Sum of RGB (Red+Green+Blue) = 35+29+71=135 (17% of max value = 765). Red value is 35 (14.06% from 255 or 25.93% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 71 (28.12% from 255 or 52.59% from 135); Max value from RGB is 71 - color contains mainly: blue. Hex color #231D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231D47 is #DCE2B8. Grayscale: #232323. Windows color (decimal): -14475961 or 4660515. OLE color: 4660515.
HSL color Cylindrical-coordinate representation of color #231D47: hue angle of 248.57º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #231D47 is Cyan = 0.51, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 35 | 29 | 71 | - |
| CMYK | 0.51 | 0.59 | 0 | 0.72 |
| HSL | 248.57º | 0.42% | 0.2% | - |
| HSV(B) | 248.57º | 0.59% | 0.28% | - |
| XYZ | 2.27 | 1.69 | 6.17 | - |
| YUV | 35.58 | 147.99 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 29 | 71 | 0.51 | 0.59 | 0 | 0.72 | 248.57 | 0.42 | 0.2 |
| Hex | 23 | 1D | 47 | 33 | 3B | 0 | 48 | F9 | 2A | 14 |
| Octal | 43 | 35 | 107 | 63 | 73 | 0 | 110 | 371 | 52 | 24 |
| Binary | 100011 | 11101 | 1000111 | 110011 | 111011 | 0 | 1001000 | 11111001 | 101010 | 10100 |
Color Harmonies of #231D47
Complementary color
Monochromatic Colors of #231D47
Black with #231D47
Text Example
Text Example
White with #231D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231D47; }
p { color: rgb(35,29,71); }
H1.HeaderClassName
{
color: #231D47;
}
.AnyTagClassName
{
color: #231D47;
}
</style>
background-color css
<style>
a { background-color: #231D47; }
a { background-color: rgb(35,29,71); }
div.DivClassName
{
background-color: #231D47;
}
.BgClassName
{
background-color: #231D47;
}
</style>
border-color css
<style>
span { border-color: #231D47; }
span { border-color: rgb(35,29,71); }
td.TdClassName
{
border-color: #231D47;
}
.TagClassName
{
border-color: #231D47;
}
</style>