Shades of Paua #23105B
Tints of Paua #23105B
RGB
CMYK
RGB Variations
Color information
#23105B (or 0x23105B) is known color: Paua. HEX triplet: 23, 10 and 5B. RGB value is (35,16,91). Sum of RGB (Red+Green+Blue) = 35+16+91=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #23105B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23105B is #DCEFA4. Grayscale: #1D1D1D. Windows color (decimal): -14479269 or 5967907. OLE color: 5967907.
HSL color Cylindrical-coordinate representation of color #23105B: hue angle of 255.2º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #23105B is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 16 | 91 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.64 |
| HSL | 255.2º | 0.7% | 0.21% | - |
| HSV(B) | 255.2º | 0.82% | 0.36% | - |
| XYZ | 2.77 | 1.48 | 10.04 | - |
| YUV | 30.23 | 162.29 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 16 | 91 | 0.62 | 0.82 | 0 | 0.64 | 255.2 | 0.7 | 0.21 |
| Hex | 23 | 10 | 5B | 3E | 52 | 0 | 40 | FF | 46 | 15 |
| Octal | 43 | 20 | 133 | 76 | 122 | 0 | 100 | 377 | 106 | 25 |
| Binary | 100011 | 10000 | 1011011 | 111110 | 1010010 | 0 | 1000000 | 11111111 | 1000110 | 10101 |
Color Harmonies of #23105B
Complementary color
Monochromatic Colors of #23105B
Black with #23105B
Text Example
Text Example
White with #23105B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23105B; }
p { color: rgb(35,16,91); }
H1.HeaderClassName
{
color: #23105B;
}
.AnyTagClassName
{
color: #23105B;
}
</style>
background-color css
<style>
a { background-color: #23105B; }
a { background-color: rgb(35,16,91); }
div.DivClassName
{
background-color: #23105B;
}
.BgClassName
{
background-color: #23105B;
}
</style>
border-color css
<style>
span { border-color: #23105B; }
span { border-color: rgb(35,16,91); }
td.TdClassName
{
border-color: #23105B;
}
.TagClassName
{
border-color: #23105B;
}
</style>