Shades of Paua #28254A
Tints of Paua #28254A
RGB
CMYK
RGB Variations
Color information
#28254A (or 0x28254A) is known color: Paua. HEX triplet: 28, 25 and 4A. RGB value is (40,37,74). Sum of RGB (Red+Green+Blue) = 40+37+74=151 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.49% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 74 (29.30% from 255 or 49.01% from 151); Max value from RGB is 74 - color contains mainly: blue. Hex color #28254A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28254A is #D7DAB5. Grayscale: #292929. Windows color (decimal): -14146230 or 4859176. OLE color: 4859176.
HSL color Cylindrical-coordinate representation of color #28254A: hue angle of 244.86º degrees, saturation: 0.33, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #28254A is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 37 | 74 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.71 |
| HSL | 244.86º | 0.33% | 0.22% | - |
| HSV(B) | 244.86º | 0.5% | 0.29% | - |
| XYZ | 2.77 | 2.27 | 6.77 | - |
| YUV | 42.12 | 145.99 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 37 | 74 | 0.46 | 0.50 | 0 | 0.71 | 244.86 | 0.33 | 0.22 |
| Hex | 28 | 25 | 4A | 2E | 32 | 0 | 47 | F5 | 21 | 16 |
| Octal | 50 | 45 | 112 | 56 | 62 | 0 | 107 | 365 | 41 | 26 |
| Binary | 101000 | 100101 | 1001010 | 101110 | 110010 | 0 | 1000111 | 11110101 | 100001 | 10110 |
Color Harmonies of #28254A
Complementary color
Monochromatic Colors of #28254A
Black with #28254A
Text Example
Text Example
White with #28254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28254A; }
p { color: rgb(40,37,74); }
H1.HeaderClassName
{
color: #28254A;
}
.AnyTagClassName
{
color: #28254A;
}
</style>
background-color css
<style>
a { background-color: #28254A; }
a { background-color: rgb(40,37,74); }
div.DivClassName
{
background-color: #28254A;
}
.BgClassName
{
background-color: #28254A;
}
</style>
border-color css
<style>
span { border-color: #28254A; }
span { border-color: rgb(40,37,74); }
td.TdClassName
{
border-color: #28254A;
}
.TagClassName
{
border-color: #28254A;
}
</style>