Shades of Paua #20184B
Tints of Paua #20184B
RGB
CMYK
RGB Variations
Color information
#20184B (or 0x20184B) is known color: Paua. HEX triplet: 20, 18 and 4B. RGB value is (32,24,75). Sum of RGB (Red+Green+Blue) = 32+24+75=131 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.43% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 75 (29.69% from 255 or 57.25% from 131); Max value from RGB is 75 - color contains mainly: blue. Hex color #20184B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20184B is #DFE7B4. Grayscale: #202020. Windows color (decimal): -14673845 or 4921376. OLE color: 4921376.
HSL color Cylindrical-coordinate representation of color #20184B: hue angle of 249.41º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #20184B is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 32 | 24 | 75 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.71 |
| HSL | 249.41º | 0.52% | 0.19% | - |
| HSV(B) | 249.41º | 0.68% | 0.29% | - |
| XYZ | 2.19 | 1.47 | 6.82 | - |
| YUV | 32.21 | 152.15 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 24 | 75 | 0.57 | 0.68 | 0 | 0.71 | 249.41 | 0.52 | 0.19 |
| Hex | 20 | 18 | 4B | 39 | 44 | 0 | 47 | F9 | 34 | 13 |
| Octal | 40 | 30 | 113 | 71 | 104 | 0 | 107 | 371 | 64 | 23 |
| Binary | 100000 | 11000 | 1001011 | 111001 | 1000100 | 0 | 1000111 | 11111001 | 110100 | 10011 |
Color Harmonies of #20184B
Complementary color
Monochromatic Colors of #20184B
Black with #20184B
Text Example
Text Example
White with #20184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20184B; }
p { color: rgb(32,24,75); }
H1.HeaderClassName
{
color: #20184B;
}
.AnyTagClassName
{
color: #20184B;
}
</style>
background-color css
<style>
a { background-color: #20184B; }
a { background-color: rgb(32,24,75); }
div.DivClassName
{
background-color: #20184B;
}
.BgClassName
{
background-color: #20184B;
}
</style>
border-color css
<style>
span { border-color: #20184B; }
span { border-color: rgb(32,24,75); }
td.TdClassName
{
border-color: #20184B;
}
.TagClassName
{
border-color: #20184B;
}
</style>