Shades of Paua #181746
Tints of Paua #181746
RGB
CMYK
RGB Variations
Color information
#181746 (or 0x181746) is known color: Paua. HEX triplet: 18, 17 and 46. RGB value is (24,23,70). Sum of RGB (Red+Green+Blue) = 24+23+70=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 70 (27.73% from 255 or 59.83% from 117); Max value from RGB is 70 - color contains mainly: blue. Hex color #181746 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181746 is #E7E8B9. Grayscale: #1C1C1C. Windows color (decimal): -15198394 or 4593432. OLE color: 4593432.
HSL color Cylindrical-coordinate representation of color #181746: hue angle of 241.28º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #181746 is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 24 | 23 | 70 | - |
| CMYK | 0.66 | 0.67 | 0 | 0.73 |
| HSL | 241.28º | 0.51% | 0.18% | - |
| HSV(B) | 241.28º | 0.67% | 0.27% | - |
| XYZ | 1.79 | 1.25 | 5.94 | - |
| YUV | 28.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 70 | 0.66 | 0.67 | 0 | 0.73 | 241.28 | 0.51 | 0.18 |
| Hex | 18 | 17 | 46 | 42 | 43 | 0 | 49 | F1 | 33 | 12 |
| Octal | 30 | 27 | 106 | 102 | 103 | 0 | 111 | 361 | 63 | 22 |
| Binary | 11000 | 10111 | 1000110 | 1000010 | 1000011 | 0 | 1001001 | 11110001 | 110011 | 10010 |
Color Harmonies of #181746
Complementary color
Monochromatic Colors of #181746
Black with #181746
Text Example
Text Example
White with #181746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181746; }
p { color: rgb(24,23,70); }
H1.HeaderClassName
{
color: #181746;
}
.AnyTagClassName
{
color: #181746;
}
</style>
background-color css
<style>
a { background-color: #181746; }
a { background-color: rgb(24,23,70); }
div.DivClassName
{
background-color: #181746;
}
.BgClassName
{
background-color: #181746;
}
</style>
border-color css
<style>
span { border-color: #181746; }
span { border-color: rgb(24,23,70); }
td.TdClassName
{
border-color: #181746;
}
.TagClassName
{
border-color: #181746;
}
</style>