Shades of Paua #1B1846
Tints of Paua #1B1846
RGB
CMYK
RGB Variations
Color information
#1B1846 (or 0x1B1846) is known color: Paua. HEX triplet: 1B, 18 and 46. RGB value is (27,24,70). Sum of RGB (Red+Green+Blue) = 27+24+70=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 70 (27.73% from 255 or 57.85% from 121); Max value from RGB is 70 - color contains mainly: blue. Hex color #1B1846 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B1846 is #E4E7B9. Grayscale: #1D1D1D. Windows color (decimal): -15001530 or 4593691. OLE color: 4593691.
HSL color Cylindrical-coordinate representation of color #1B1846: hue angle of 243.91º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1B1846 is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 27 | 24 | 70 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.73 |
| HSL | 243.91º | 0.49% | 0.18% | - |
| HSV(B) | 243.91º | 0.66% | 0.27% | - |
| XYZ | 1.88 | 1.33 | 5.95 | - |
| YUV | 30.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 70 | 0.61 | 0.66 | 0 | 0.73 | 243.91 | 0.49 | 0.18 |
| Hex | 1B | 18 | 46 | 3D | 42 | 0 | 49 | F4 | 31 | 12 |
| Octal | 33 | 30 | 106 | 75 | 102 | 0 | 111 | 364 | 61 | 22 |
| Binary | 11011 | 11000 | 1000110 | 111101 | 1000010 | 0 | 1001001 | 11110100 | 110001 | 10010 |
Color Harmonies of #1B1846
Complementary color
Monochromatic Colors of #1B1846
Black with #1B1846
Text Example
Text Example
White with #1B1846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1846; }
p { color: rgb(27,24,70); }
H1.HeaderClassName
{
color: #1B1846;
}
.AnyTagClassName
{
color: #1B1846;
}
</style>
background-color css
<style>
a { background-color: #1B1846; }
a { background-color: rgb(27,24,70); }
div.DivClassName
{
background-color: #1B1846;
}
.BgClassName
{
background-color: #1B1846;
}
</style>
border-color css
<style>
span { border-color: #1B1846; }
span { border-color: rgb(27,24,70); }
td.TdClassName
{
border-color: #1B1846;
}
.TagClassName
{
border-color: #1B1846;
}
</style>