Shades of Paua #27274D
Tints of Paua #27274D
RGB
CMYK
RGB Variations
Color information
#27274D (or 0x27274D) is known color: Paua. HEX triplet: 27, 27 and 4D. RGB value is (39,39,77). Sum of RGB (Red+Green+Blue) = 39+39+77=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 77 (30.47% from 255 or 49.68% from 155); Max value from RGB is 77 - color contains mainly: blue. Hex color #27274D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27274D is #D8D8B2. Grayscale: #2B2B2B. Windows color (decimal): -14211251 or 5056295. OLE color: 5056295.
HSL color Cylindrical-coordinate representation of color #27274D: hue angle of 240º degrees, saturation: 0.33, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27274D is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 39 | 77 | - |
| CMYK | 0.49 | 0.49 | 0 | 0.70 |
| HSL | 240º | 0.33% | 0.23% | - |
| HSV(B) | 240º | 0.49% | 0.3% | - |
| XYZ | 2.9 | 2.42 | 7.33 | - |
| YUV | 43.33 | 147 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 39 | 77 | 0.49 | 0.49 | 0 | 0.70 | 240 | 0.33 | 0.23 |
| Hex | 27 | 27 | 4D | 31 | 31 | 0 | 46 | F0 | 21 | 17 |
| Octal | 47 | 47 | 115 | 61 | 61 | 0 | 106 | 360 | 41 | 27 |
| Binary | 100111 | 100111 | 1001101 | 110001 | 110001 | 0 | 1000110 | 11110000 | 100001 | 10111 |
Color Harmonies of #27274D
Complementary color
Monochromatic Colors of #27274D
Black with #27274D
Text Example
Text Example
White with #27274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27274D; }
p { color: rgb(39,39,77); }
H1.HeaderClassName
{
color: #27274D;
}
.AnyTagClassName
{
color: #27274D;
}
</style>
background-color css
<style>
a { background-color: #27274D; }
a { background-color: rgb(39,39,77); }
div.DivClassName
{
background-color: #27274D;
}
.BgClassName
{
background-color: #27274D;
}
</style>
border-color css
<style>
span { border-color: #27274D; }
span { border-color: rgb(39,39,77); }
td.TdClassName
{
border-color: #27274D;
}
.TagClassName
{
border-color: #27274D;
}
</style>