Shades of Paua #1C1A43
Tints of Paua #1C1A43
RGB
CMYK
RGB Variations
Color information
#1C1A43 (or 0x1C1A43) is known color: Paua. HEX triplet: 1C, 1A and 43. RGB value is (28,26,67). Sum of RGB (Red+Green+Blue) = 28+26+67=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 26 (10.55% from 255 or 21.49% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #1C1A43 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C1A43 is #E3E5BC. Grayscale: #1F1F1F. Windows color (decimal): -14935485 or 4397596. OLE color: 4397596.
HSL color Cylindrical-coordinate representation of color #1C1A43: hue angle of 242.93º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C1A43 is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 28 | 26 | 67 | - |
| CMYK | 0.58 | 0.61 | 0 | 0.74 |
| HSL | 242.93º | 0.44% | 0.18% | - |
| HSV(B) | 242.93º | 0.61% | 0.26% | - |
| XYZ | 1.86 | 1.39 | 5.48 | - |
| YUV | 31.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 26 | 67 | 0.58 | 0.61 | 0 | 0.74 | 242.93 | 0.44 | 0.18 |
| Hex | 1C | 1A | 43 | 3A | 3D | 0 | 4A | F3 | 2C | 12 |
| Octal | 34 | 32 | 103 | 72 | 75 | 0 | 112 | 363 | 54 | 22 |
| Binary | 11100 | 11010 | 1000011 | 111010 | 111101 | 0 | 1001010 | 11110011 | 101100 | 10010 |
Color Harmonies of #1C1A43
Complementary color
Monochromatic Colors of #1C1A43
Black with #1C1A43
Text Example
Text Example
White with #1C1A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1A43; }
p { color: rgb(28,26,67); }
H1.HeaderClassName
{
color: #1C1A43;
}
.AnyTagClassName
{
color: #1C1A43;
}
</style>
background-color css
<style>
a { background-color: #1C1A43; }
a { background-color: rgb(28,26,67); }
div.DivClassName
{
background-color: #1C1A43;
}
.BgClassName
{
background-color: #1C1A43;
}
</style>
border-color css
<style>
span { border-color: #1C1A43; }
span { border-color: rgb(28,26,67); }
td.TdClassName
{
border-color: #1C1A43;
}
.TagClassName
{
border-color: #1C1A43;
}
</style>