Shades of Paua #28185A
Tints of Paua #28185A
RGB
CMYK
RGB Variations
Color information
#28185A (or 0x28185A) is known color: Paua. HEX triplet: 28, 18 and 5A. RGB value is (40,24,90). Sum of RGB (Red+Green+Blue) = 40+24+90=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #28185A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28185A is #D7E7A5. Grayscale: #242424. Windows color (decimal): -14149542 or 5904424. OLE color: 5904424.
HSL color Cylindrical-coordinate representation of color #28185A: hue angle of 254.55º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #28185A is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 40 | 24 | 90 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.65 |
| HSL | 254.55º | 0.58% | 0.22% | - |
| HSV(B) | 254.55º | 0.73% | 0.35% | - |
| XYZ | 3.05 | 1.84 | 9.87 | - |
| YUV | 36.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 24 | 90 | 0.56 | 0.73 | 0 | 0.65 | 254.55 | 0.58 | 0.22 |
| Hex | 28 | 18 | 5A | 38 | 49 | 0 | 41 | FF | 3A | 16 |
| Octal | 50 | 30 | 132 | 70 | 111 | 0 | 101 | 377 | 72 | 26 |
| Binary | 101000 | 11000 | 1011010 | 111000 | 1001001 | 0 | 1000001 | 11111111 | 111010 | 10110 |
Color Harmonies of #28185A
Complementary color
Monochromatic Colors of #28185A
Black with #28185A
Text Example
Text Example
White with #28185A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28185A; }
p { color: rgb(40,24,90); }
H1.HeaderClassName
{
color: #28185A;
}
.AnyTagClassName
{
color: #28185A;
}
</style>
background-color css
<style>
a { background-color: #28185A; }
a { background-color: rgb(40,24,90); }
div.DivClassName
{
background-color: #28185A;
}
.BgClassName
{
background-color: #28185A;
}
</style>
border-color css
<style>
span { border-color: #28185A; }
span { border-color: rgb(40,24,90); }
td.TdClassName
{
border-color: #28185A;
}
.TagClassName
{
border-color: #28185A;
}
</style>