Shades of Paua #27234F
Tints of Paua #27234F
RGB
CMYK
RGB Variations
Color information
#27234F (or 0x27234F) is known color: Paua. HEX triplet: 27, 23 and 4F. RGB value is (39,35,79). Sum of RGB (Red+Green+Blue) = 39+35+79=153 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.49% from 153); Green value is 35 (14.06% from 255 or 22.88% from 153); Blue value is 79 (31.25% from 255 or 51.63% from 153); Max value from RGB is 79 - color contains mainly: blue. Hex color #27234F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27234F is #D8DCB0. Grayscale: #292929. Windows color (decimal): -14212273 or 5186343. OLE color: 5186343.
HSL color Cylindrical-coordinate representation of color #27234F: hue angle of 245.45º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #27234F is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 39 | 35 | 79 | - |
| CMYK | 0.51 | 0.56 | 0 | 0.69 |
| HSL | 245.45º | 0.39% | 0.22% | - |
| HSV(B) | 245.45º | 0.56% | 0.31% | - |
| XYZ | 2.85 | 2.2 | 7.67 | - |
| YUV | 41.21 | 149.33 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 35 | 79 | 0.51 | 0.56 | 0 | 0.69 | 245.45 | 0.39 | 0.22 |
| Hex | 27 | 23 | 4F | 33 | 38 | 0 | 45 | F5 | 27 | 16 |
| Octal | 47 | 43 | 117 | 63 | 70 | 0 | 105 | 365 | 47 | 26 |
| Binary | 100111 | 100011 | 1001111 | 110011 | 111000 | 0 | 1000101 | 11110101 | 100111 | 10110 |
Color Harmonies of #27234F
Complementary color
Monochromatic Colors of #27234F
Black with #27234F
Text Example
Text Example
White with #27234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27234F; }
p { color: rgb(39,35,79); }
H1.HeaderClassName
{
color: #27234F;
}
.AnyTagClassName
{
color: #27234F;
}
</style>
background-color css
<style>
a { background-color: #27234F; }
a { background-color: rgb(39,35,79); }
div.DivClassName
{
background-color: #27234F;
}
.BgClassName
{
background-color: #27234F;
}
</style>
border-color css
<style>
span { border-color: #27234F; }
span { border-color: rgb(39,35,79); }
td.TdClassName
{
border-color: #27234F;
}
.TagClassName
{
border-color: #27234F;
}
</style>