Shades of Paua #1C1848
Tints of Paua #1C1848
RGB
CMYK
RGB Variations
Color information
#1C1848 (or 0x1C1848) is known color: Paua. HEX triplet: 1C, 18 and 48. RGB value is (28,24,72). Sum of RGB (Red+Green+Blue) = 28+24+72=124 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.58% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 72 (28.52% from 255 or 58.06% from 124); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C1848 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1848 is #E3E7B7. Grayscale: #1E1E1E. Windows color (decimal): -14935992 or 4724764. OLE color: 4724764.
HSL color Cylindrical-coordinate representation of color #1C1848: hue angle of 245º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C1848 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 24 | 72 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.72 |
| HSL | 245º | 0.5% | 0.19% | - |
| HSV(B) | 245º | 0.67% | 0.28% | - |
| XYZ | 1.98 | 1.37 | 6.29 | - |
| YUV | 30.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 72 | 0.61 | 0.67 | 0 | 0.72 | 245 | 0.5 | 0.19 |
| Hex | 1C | 18 | 48 | 3D | 43 | 0 | 48 | F5 | 32 | 13 |
| Octal | 34 | 30 | 110 | 75 | 103 | 0 | 110 | 365 | 62 | 23 |
| Binary | 11100 | 11000 | 1001000 | 111101 | 1000011 | 0 | 1001000 | 11110101 | 110010 | 10011 |
Color Harmonies of #1C1848
Complementary color
Monochromatic Colors of #1C1848
Black with #1C1848
Text Example
Text Example
White with #1C1848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1848; }
p { color: rgb(28,24,72); }
H1.HeaderClassName
{
color: #1C1848;
}
.AnyTagClassName
{
color: #1C1848;
}
</style>
background-color css
<style>
a { background-color: #1C1848; }
a { background-color: rgb(28,24,72); }
div.DivClassName
{
background-color: #1C1848;
}
.BgClassName
{
background-color: #1C1848;
}
</style>
border-color css
<style>
span { border-color: #1C1848; }
span { border-color: rgb(28,24,72); }
td.TdClassName
{
border-color: #1C1848;
}
.TagClassName
{
border-color: #1C1848;
}
</style>