Shades of Paua #18174A
Tints of Paua #18174A
RGB
CMYK
RGB Variations
Color information
#18174A (or 0x18174A) is known color: Paua. HEX triplet: 18, 17 and 4A. RGB value is (24,23,74). Sum of RGB (Red+Green+Blue) = 24+23+74=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #18174A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18174A is #E7E8B5. Grayscale: #1C1C1C. Windows color (decimal): -15198390 or 4855576. OLE color: 4855576.
HSL color Cylindrical-coordinate representation of color #18174A: hue angle of 241.18º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18174A is Cyan = 0.68, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 23 | 74 | - |
| CMYK | 0.68 | 0.69 | 0 | 0.71 |
| HSL | 241.18º | 0.53% | 0.19% | - |
| HSV(B) | 241.18º | 0.69% | 0.29% | - |
| XYZ | 1.92 | 1.3 | 6.63 | - |
| YUV | 29.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 74 | 0.68 | 0.69 | 0 | 0.71 | 241.18 | 0.53 | 0.19 |
| Hex | 18 | 17 | 4A | 44 | 45 | 0 | 47 | F1 | 35 | 13 |
| Octal | 30 | 27 | 112 | 104 | 105 | 0 | 107 | 361 | 65 | 23 |
| Binary | 11000 | 10111 | 1001010 | 1000100 | 1000101 | 0 | 1000111 | 11110001 | 110101 | 10011 |
Color Harmonies of #18174A
Complementary color
Monochromatic Colors of #18174A
Black with #18174A
Text Example
Text Example
White with #18174A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18174A; }
p { color: rgb(24,23,74); }
H1.HeaderClassName
{
color: #18174A;
}
.AnyTagClassName
{
color: #18174A;
}
</style>
background-color css
<style>
a { background-color: #18174A; }
a { background-color: rgb(24,23,74); }
div.DivClassName
{
background-color: #18174A;
}
.BgClassName
{
background-color: #18174A;
}
</style>
border-color css
<style>
span { border-color: #18174A; }
span { border-color: rgb(24,23,74); }
td.TdClassName
{
border-color: #18174A;
}
.TagClassName
{
border-color: #18174A;
}
</style>