Shades of Paua #1C1448
Tints of Paua #1C1448
RGB
CMYK
RGB Variations
Color information
#1C1448 (or 0x1C1448) is known color: Paua. HEX triplet: 1C, 14 and 48. RGB value is (28,20,72). Sum of RGB (Red+Green+Blue) = 28+20+72=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 20 (8.20% from 255 or 16.67% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C1448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C1448 is #E3EBB7. Grayscale: #1C1C1C. Windows color (decimal): -14937016 or 4723740. OLE color: 4723740.
HSL color Cylindrical-coordinate representation of color #1C1448: hue angle of 249.23º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1C1448 is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 28 | 20 | 72 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.72 |
| HSL | 249.23º | 0.57% | 0.18% | - |
| HSV(B) | 249.23º | 0.72% | 0.28% | - |
| XYZ | 1.9 | 1.22 | 6.27 | - |
| YUV | 28.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 72 | 0.61 | 0.72 | 0 | 0.72 | 249.23 | 0.57 | 0.18 |
| Hex | 1C | 14 | 48 | 3D | 48 | 0 | 48 | F9 | 39 | 12 |
| Octal | 34 | 24 | 110 | 75 | 110 | 0 | 110 | 371 | 71 | 22 |
| Binary | 11100 | 10100 | 1001000 | 111101 | 1001000 | 0 | 1001000 | 11111001 | 111001 | 10010 |
Color Harmonies of #1C1448
Complementary color
Monochromatic Colors of #1C1448
Black with #1C1448
Text Example
Text Example
White with #1C1448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1448; }
p { color: rgb(28,20,72); }
H1.HeaderClassName
{
color: #1C1448;
}
.AnyTagClassName
{
color: #1C1448;
}
</style>
background-color css
<style>
a { background-color: #1C1448; }
a { background-color: rgb(28,20,72); }
div.DivClassName
{
background-color: #1C1448;
}
.BgClassName
{
background-color: #1C1448;
}
</style>
border-color css
<style>
span { border-color: #1C1448; }
span { border-color: rgb(28,20,72); }
td.TdClassName
{
border-color: #1C1448;
}
.TagClassName
{
border-color: #1C1448;
}
</style>