Shades of Paua #241A4C
Tints of Paua #241A4C
RGB
CMYK
RGB Variations
Color information
#241A4C (or 0x241A4C) is known color: Paua. HEX triplet: 24, 1A and 4C. RGB value is (36,26,76). Sum of RGB (Red+Green+Blue) = 36+26+76=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 26 (10.55% from 255 or 18.84% from 138); Blue value is 76 (30.08% from 255 or 55.07% from 138); Max value from RGB is 76 - color contains mainly: blue. Hex color #241A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A4C is #DBE5B3. Grayscale: #222222. Windows color (decimal): -14411188 or 4987428. OLE color: 4987428.
HSL color Cylindrical-coordinate representation of color #241A4C: hue angle of 252º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #241A4C is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 26 | 76 | - |
| CMYK | 0.53 | 0.66 | 0 | 0.70 |
| HSL | 252º | 0.49% | 0.2% | - |
| HSV(B) | 252º | 0.66% | 0.3% | - |
| XYZ | 2.4 | 1.64 | 7.03 | - |
| YUV | 34.69 | 151.31 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 26 | 76 | 0.53 | 0.66 | 0 | 0.70 | 252 | 0.49 | 0.2 |
| Hex | 24 | 1A | 4C | 35 | 42 | 0 | 46 | FC | 31 | 14 |
| Octal | 44 | 32 | 114 | 65 | 102 | 0 | 106 | 374 | 61 | 24 |
| Binary | 100100 | 11010 | 1001100 | 110101 | 1000010 | 0 | 1000110 | 11111100 | 110001 | 10100 |
Color Harmonies of #241A4C
Complementary color
Monochromatic Colors of #241A4C
Black with #241A4C
Text Example
Text Example
White with #241A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241A4C; }
p { color: rgb(36,26,76); }
H1.HeaderClassName
{
color: #241A4C;
}
.AnyTagClassName
{
color: #241A4C;
}
</style>
background-color css
<style>
a { background-color: #241A4C; }
a { background-color: rgb(36,26,76); }
div.DivClassName
{
background-color: #241A4C;
}
.BgClassName
{
background-color: #241A4C;
}
</style>
border-color css
<style>
span { border-color: #241A4C; }
span { border-color: rgb(36,26,76); }
td.TdClassName
{
border-color: #241A4C;
}
.TagClassName
{
border-color: #241A4C;
}
</style>