Shades of Paua #27214A
Tints of Paua #27214A
RGB
CMYK
RGB Variations
Color information
#27214A (or 0x27214A) is known color: Paua. HEX triplet: 27, 21 and 4A. RGB value is (39,33,74). Sum of RGB (Red+Green+Blue) = 39+33+74=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 33 (13.28% from 255 or 22.60% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #27214A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27214A is #D8DEB5. Grayscale: #272727. Windows color (decimal): -14212790 or 4858151. OLE color: 4858151.
HSL color Cylindrical-coordinate representation of color #27214A: hue angle of 248.78º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #27214A is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 33 | 74 | - |
| CMYK | 0.47 | 0.55 | 0 | 0.71 |
| HSL | 248.78º | 0.38% | 0.21% | - |
| HSV(B) | 248.78º | 0.55% | 0.29% | - |
| XYZ | 2.62 | 2.01 | 6.73 | - |
| YUV | 39.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 33 | 74 | 0.47 | 0.55 | 0 | 0.71 | 248.78 | 0.38 | 0.21 |
| Hex | 27 | 21 | 4A | 2F | 37 | 0 | 47 | F9 | 26 | 15 |
| Octal | 47 | 41 | 112 | 57 | 67 | 0 | 107 | 371 | 46 | 25 |
| Binary | 100111 | 100001 | 1001010 | 101111 | 110111 | 0 | 1000111 | 11111001 | 100110 | 10101 |
Color Harmonies of #27214A
Complementary color
Monochromatic Colors of #27214A
Black with #27214A
Text Example
Text Example
White with #27214A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27214A; }
p { color: rgb(39,33,74); }
H1.HeaderClassName
{
color: #27214A;
}
.AnyTagClassName
{
color: #27214A;
}
</style>
background-color css
<style>
a { background-color: #27214A; }
a { background-color: rgb(39,33,74); }
div.DivClassName
{
background-color: #27214A;
}
.BgClassName
{
background-color: #27214A;
}
</style>
border-color css
<style>
span { border-color: #27214A; }
span { border-color: rgb(39,33,74); }
td.TdClassName
{
border-color: #27214A;
}
.TagClassName
{
border-color: #27214A;
}
</style>