Shades of Paua #2E274B
Tints of Paua #2E274B
RGB
CMYK
RGB Variations
Color information
#2E274B (or 0x2E274B) is known color: Paua. HEX triplet: 2E, 27 and 4B. RGB value is (46,39,75). Sum of RGB (Red+Green+Blue) = 46+39+75=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 75 - color contains mainly: blue. Hex color #2E274B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E274B is #D1D8B4. Grayscale: #2D2D2D. Windows color (decimal): -13752501 or 4925230. OLE color: 4925230.
HSL color Cylindrical-coordinate representation of color #2E274B: hue angle of 251.67º degrees, saturation: 0.32, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2E274B is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 46 | 39 | 75 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.71 |
| HSL | 251.67º | 0.32% | 0.22% | - |
| HSV(B) | 251.67º | 0.48% | 0.29% | - |
| XYZ | 3.12 | 2.54 | 6.98 | - |
| YUV | 45.2 | 144.82 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 39 | 75 | 0.39 | 0.48 | 0 | 0.71 | 251.67 | 0.32 | 0.22 |
| Hex | 2E | 27 | 4B | 27 | 30 | 0 | 47 | FC | 20 | 16 |
| Octal | 56 | 47 | 113 | 47 | 60 | 0 | 107 | 374 | 40 | 26 |
| Binary | 101110 | 100111 | 1001011 | 100111 | 110000 | 0 | 1000111 | 11111100 | 100000 | 10110 |
Color Harmonies of #2E274B
Complementary color
Monochromatic Colors of #2E274B
Black with #2E274B
Text Example
Text Example
White with #2E274B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E274B; }
p { color: rgb(46,39,75); }
H1.HeaderClassName
{
color: #2E274B;
}
.AnyTagClassName
{
color: #2E274B;
}
</style>
background-color css
<style>
a { background-color: #2E274B; }
a { background-color: rgb(46,39,75); }
div.DivClassName
{
background-color: #2E274B;
}
.BgClassName
{
background-color: #2E274B;
}
</style>
border-color css
<style>
span { border-color: #2E274B; }
span { border-color: rgb(46,39,75); }
td.TdClassName
{
border-color: #2E274B;
}
.TagClassName
{
border-color: #2E274B;
}
</style>