Shades of Paua #23125B
Tints of Paua #23125B
RGB
CMYK
RGB Variations
Color information
#23125B (or 0x23125B) is known color: Paua. HEX triplet: 23, 12 and 5B. RGB value is (35,18,91). Sum of RGB (Red+Green+Blue) = 35+18+91=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #23125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23125B is #DCEDA4. Grayscale: #1F1F1F. Windows color (decimal): -14478757 or 5968419. OLE color: 5968419.
HSL color Cylindrical-coordinate representation of color #23125B: hue angle of 253.97º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #23125B is Cyan = 0.62, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 18 | 91 | - |
| CMYK | 0.62 | 0.80 | 0 | 0.64 |
| HSL | 253.97º | 0.67% | 0.21% | - |
| HSV(B) | 253.97º | 0.8% | 0.36% | - |
| XYZ | 2.8 | 1.55 | 10.05 | - |
| YUV | 31.41 | 161.63 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 18 | 91 | 0.62 | 0.80 | 0 | 0.64 | 253.97 | 0.67 | 0.21 |
| Hex | 23 | 12 | 5B | 3E | 50 | 0 | 40 | FE | 43 | 15 |
| Octal | 43 | 22 | 133 | 76 | 120 | 0 | 100 | 376 | 103 | 25 |
| Binary | 100011 | 10010 | 1011011 | 111110 | 1010000 | 0 | 1000000 | 11111110 | 1000011 | 10101 |
Color Harmonies of #23125B
Complementary color
Monochromatic Colors of #23125B
Black with #23125B
Text Example
Text Example
White with #23125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23125B; }
p { color: rgb(35,18,91); }
H1.HeaderClassName
{
color: #23125B;
}
.AnyTagClassName
{
color: #23125B;
}
</style>
background-color css
<style>
a { background-color: #23125B; }
a { background-color: rgb(35,18,91); }
div.DivClassName
{
background-color: #23125B;
}
.BgClassName
{
background-color: #23125B;
}
</style>
border-color css
<style>
span { border-color: #23125B; }
span { border-color: rgb(35,18,91); }
td.TdClassName
{
border-color: #23125B;
}
.TagClassName
{
border-color: #23125B;
}
</style>