Shades of Paua #282443
Tints of Paua #282443
RGB
CMYK
RGB Variations
Color information
#282443 (or 0x282443) is known color: Paua. HEX triplet: 28, 24 and 43. RGB value is (40,36,67). Sum of RGB (Red+Green+Blue) = 40+36+67=143 (18% of max value = 765). Red value is 40 (16.02% from 255 or 27.97% from 143); Green value is 36 (14.45% from 255 or 25.17% from 143); Blue value is 67 (26.56% from 255 or 46.85% from 143); Max value from RGB is 67 - color contains mainly: blue. Hex color #282443 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282443 is #D7DBBC. Grayscale: #282828. Windows color (decimal): -14146493 or 4400168. OLE color: 4400168.
HSL color Cylindrical-coordinate representation of color #282443: hue angle of 247.74º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #282443 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 40 | 36 | 67 | - |
| CMYK | 0.40 | 0.46 | 0 | 0.74 |
| HSL | 247.74º | 0.3% | 0.2% | - |
| HSV(B) | 247.74º | 0.46% | 0.26% | - |
| XYZ | 2.52 | 2.12 | 5.59 | - |
| YUV | 40.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 36 | 67 | 0.40 | 0.46 | 0 | 0.74 | 247.74 | 0.3 | 0.2 |
| Hex | 28 | 24 | 43 | 28 | 2E | 0 | 4A | F8 | 1E | 14 |
| Octal | 50 | 44 | 103 | 50 | 56 | 0 | 112 | 370 | 36 | 24 |
| Binary | 101000 | 100100 | 1000011 | 101000 | 101110 | 0 | 1001010 | 11111000 | 11110 | 10100 |
Color Harmonies of #282443
Complementary color
Monochromatic Colors of #282443
Black with #282443
Text Example
Text Example
White with #282443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282443; }
p { color: rgb(40,36,67); }
H1.HeaderClassName
{
color: #282443;
}
.AnyTagClassName
{
color: #282443;
}
</style>
background-color css
<style>
a { background-color: #282443; }
a { background-color: rgb(40,36,67); }
div.DivClassName
{
background-color: #282443;
}
.BgClassName
{
background-color: #282443;
}
</style>
border-color css
<style>
span { border-color: #282443; }
span { border-color: rgb(40,36,67); }
td.TdClassName
{
border-color: #282443;
}
.TagClassName
{
border-color: #282443;
}
</style>