Shades of Paua #28234B
Tints of Paua #28234B
RGB
CMYK
RGB Variations
Color information
#28234B (or 0x28234B) is known color: Paua. HEX triplet: 28, 23 and 4B. RGB value is (40,35,75). Sum of RGB (Red+Green+Blue) = 40+35+75=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 75 (29.69% from 255 or 50% from 150); Max value from RGB is 75 - color contains mainly: blue. Hex color #28234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28234B is #D7DCB4. Grayscale: #282828. Windows color (decimal): -14146741 or 4924200. OLE color: 4924200.
HSL color Cylindrical-coordinate representation of color #28234B: hue angle of 247.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #28234B is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 40 | 35 | 75 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.71 |
| HSL | 247.5º | 0.36% | 0.22% | - |
| HSV(B) | 247.5º | 0.53% | 0.29% | - |
| XYZ | 2.75 | 2.16 | 6.93 | - |
| YUV | 41.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 35 | 75 | 0.47 | 0.53 | 0 | 0.71 | 247.5 | 0.36 | 0.22 |
| Hex | 28 | 23 | 4B | 2F | 35 | 0 | 47 | F8 | 24 | 16 |
| Octal | 50 | 43 | 113 | 57 | 65 | 0 | 107 | 370 | 44 | 26 |
| Binary | 101000 | 100011 | 1001011 | 101111 | 110101 | 0 | 1000111 | 11111000 | 100100 | 10110 |
Color Harmonies of #28234B
Complementary color
Monochromatic Colors of #28234B
Black with #28234B
Text Example
Text Example
White with #28234B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28234B; }
p { color: rgb(40,35,75); }
H1.HeaderClassName
{
color: #28234B;
}
.AnyTagClassName
{
color: #28234B;
}
</style>
background-color css
<style>
a { background-color: #28234B; }
a { background-color: rgb(40,35,75); }
div.DivClassName
{
background-color: #28234B;
}
.BgClassName
{
background-color: #28234B;
}
</style>
border-color css
<style>
span { border-color: #28234B; }
span { border-color: rgb(40,35,75); }
td.TdClassName
{
border-color: #28234B;
}
.TagClassName
{
border-color: #28234B;
}
</style>