Shades of Paua #18133F
Tints of Paua #18133F
RGB
CMYK
RGB Variations
Color information
#18133F (or 0x18133F) is known color: Paua. HEX triplet: 18, 13 and 3F. RGB value is (24,19,63). Sum of RGB (Red+Green+Blue) = 24+19+63=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #18133F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18133F is #E7ECC0. Grayscale: #191919. Windows color (decimal): -15199425 or 4133656. OLE color: 4133656.
HSL color Cylindrical-coordinate representation of color #18133F: hue angle of 246.82º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #18133F is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 19 | 63 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.75 |
| HSL | 246.82º | 0.54% | 0.16% | - |
| HSV(B) | 246.82º | 0.7% | 0.25% | - |
| XYZ | 1.51 | 1.02 | 4.82 | - |
| YUV | 25.51 | 149.16 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 63 | 0.62 | 0.70 | 0 | 0.75 | 246.82 | 0.54 | 0.16 |
| Hex | 18 | 13 | 3F | 3E | 46 | 0 | 4B | F7 | 36 | 10 |
| Octal | 30 | 23 | 77 | 76 | 106 | 0 | 113 | 367 | 66 | 20 |
| Binary | 11000 | 10011 | 111111 | 111110 | 1000110 | 0 | 1001011 | 11110111 | 110110 | 10000 |
Color Harmonies of #18133F
Complementary color
Monochromatic Colors of #18133F
Black with #18133F
Text Example
Text Example
White with #18133F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18133F; }
p { color: rgb(24,19,63); }
H1.HeaderClassName
{
color: #18133F;
}
.AnyTagClassName
{
color: #18133F;
}
</style>
background-color css
<style>
a { background-color: #18133F; }
a { background-color: rgb(24,19,63); }
div.DivClassName
{
background-color: #18133F;
}
.BgClassName
{
background-color: #18133F;
}
</style>
border-color css
<style>
span { border-color: #18133F; }
span { border-color: rgb(24,19,63); }
td.TdClassName
{
border-color: #18133F;
}
.TagClassName
{
border-color: #18133F;
}
</style>