Shades of Paua #231552
Tints of Paua #231552
RGB
CMYK
RGB Variations
Color information
#231552 (or 0x231552) is known color: Paua. HEX triplet: 23, 15 and 52. RGB value is (35,21,82). Sum of RGB (Red+Green+Blue) = 35+21+82=138 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.36% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 82 (32.42% from 255 or 59.42% from 138); Max value from RGB is 82 - color contains mainly: blue. Hex color #231552 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231552 is #DCEAAD. Grayscale: #1F1F1F. Windows color (decimal): -14477998 or 5379363. OLE color: 5379363.
HSL color Cylindrical-coordinate representation of color #231552: hue angle of 253.77º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #231552 is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 35 | 21 | 82 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.68 |
| HSL | 253.77º | 0.59% | 0.2% | - |
| HSV(B) | 253.77º | 0.74% | 0.32% | - |
| XYZ | 2.48 | 1.5 | 8.14 | - |
| YUV | 32.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 21 | 82 | 0.57 | 0.74 | 0 | 0.68 | 253.77 | 0.59 | 0.2 |
| Hex | 23 | 15 | 52 | 39 | 4A | 0 | 44 | FE | 3B | 14 |
| Octal | 43 | 25 | 122 | 71 | 112 | 0 | 104 | 376 | 73 | 24 |
| Binary | 100011 | 10101 | 1010010 | 111001 | 1001010 | 0 | 1000100 | 11111110 | 111011 | 10100 |
Color Harmonies of #231552
Complementary color
Monochromatic Colors of #231552
Black with #231552
Text Example
Text Example
White with #231552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231552; }
p { color: rgb(35,21,82); }
H1.HeaderClassName
{
color: #231552;
}
.AnyTagClassName
{
color: #231552;
}
</style>
background-color css
<style>
a { background-color: #231552; }
a { background-color: rgb(35,21,82); }
div.DivClassName
{
background-color: #231552;
}
.BgClassName
{
background-color: #231552;
}
</style>
border-color css
<style>
span { border-color: #231552; }
span { border-color: rgb(35,21,82); }
td.TdClassName
{
border-color: #231552;
}
.TagClassName
{
border-color: #231552;
}
</style>