Shades of Paua #231F42
Tints of Paua #231F42
RGB
CMYK
RGB Variations
Color information
#231F42 (or 0x231F42) is known color: Paua. HEX triplet: 23, 1F and 42. RGB value is (35,31,66). Sum of RGB (Red+Green+Blue) = 35+31+66=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #231F42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231F42 is #DCE0BD. Grayscale: #242424. Windows color (decimal): -14475454 or 4333347. OLE color: 4333347.
HSL color Cylindrical-coordinate representation of color #231F42: hue angle of 246.86º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #231F42 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 35 | 31 | 66 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.74 |
| HSL | 246.86º | 0.36% | 0.19% | - |
| HSV(B) | 246.86º | 0.53% | 0.26% | - |
| XYZ | 2.17 | 1.73 | 5.37 | - |
| YUV | 36.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 31 | 66 | 0.47 | 0.53 | 0 | 0.74 | 246.86 | 0.36 | 0.19 |
| Hex | 23 | 1F | 42 | 2F | 35 | 0 | 4A | F7 | 24 | 13 |
| Octal | 43 | 37 | 102 | 57 | 65 | 0 | 112 | 367 | 44 | 23 |
| Binary | 100011 | 11111 | 1000010 | 101111 | 110101 | 0 | 1001010 | 11110111 | 100100 | 10011 |
Color Harmonies of #231F42
Complementary color
Monochromatic Colors of #231F42
Black with #231F42
Text Example
Text Example
White with #231F42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231F42; }
p { color: rgb(35,31,66); }
H1.HeaderClassName
{
color: #231F42;
}
.AnyTagClassName
{
color: #231F42;
}
</style>
background-color css
<style>
a { background-color: #231F42; }
a { background-color: rgb(35,31,66); }
div.DivClassName
{
background-color: #231F42;
}
.BgClassName
{
background-color: #231F42;
}
</style>
border-color css
<style>
span { border-color: #231F42; }
span { border-color: rgb(35,31,66); }
td.TdClassName
{
border-color: #231F42;
}
.TagClassName
{
border-color: #231F42;
}
</style>