Shades of Paua #181646
Tints of Paua #181646
RGB
CMYK
RGB Variations
Color information
#181646 (or 0x181646) is known color: Paua. HEX triplet: 18, 16 and 46. RGB value is (24,22,70). Sum of RGB (Red+Green+Blue) = 24+22+70=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 70 (27.73% from 255 or 60.34% from 116); Max value from RGB is 70 - color contains mainly: blue. Hex color #181646 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181646 is #E7E9B9. Grayscale: #1B1B1B. Windows color (decimal): -15198650 or 4593176. OLE color: 4593176.
HSL color Cylindrical-coordinate representation of color #181646: hue angle of 242.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #181646 is Cyan = 0.66, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 22 | 70 | - |
| CMYK | 0.66 | 0.69 | 0 | 0.73 |
| HSL | 242.5º | 0.52% | 0.18% | - |
| HSV(B) | 242.5º | 0.69% | 0.27% | - |
| XYZ | 1.77 | 1.21 | 5.93 | - |
| YUV | 28.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 70 | 0.66 | 0.69 | 0 | 0.73 | 242.5 | 0.52 | 0.18 |
| Hex | 18 | 16 | 46 | 42 | 45 | 0 | 49 | F2 | 34 | 12 |
| Octal | 30 | 26 | 106 | 102 | 105 | 0 | 111 | 362 | 64 | 22 |
| Binary | 11000 | 10110 | 1000110 | 1000010 | 1000101 | 0 | 1001001 | 11110010 | 110100 | 10010 |
Color Harmonies of #181646
Complementary color
Monochromatic Colors of #181646
Black with #181646
Text Example
Text Example
White with #181646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181646; }
p { color: rgb(24,22,70); }
H1.HeaderClassName
{
color: #181646;
}
.AnyTagClassName
{
color: #181646;
}
</style>
background-color css
<style>
a { background-color: #181646; }
a { background-color: rgb(24,22,70); }
div.DivClassName
{
background-color: #181646;
}
.BgClassName
{
background-color: #181646;
}
</style>
border-color css
<style>
span { border-color: #181646; }
span { border-color: rgb(24,22,70); }
td.TdClassName
{
border-color: #181646;
}
.TagClassName
{
border-color: #181646;
}
</style>