Shades of Paua #241C51
Tints of Paua #241C51
RGB
CMYK
RGB Variations
Color information
#241C51 (or 0x241C51) is known color: Paua. HEX triplet: 24, 1C and 51. RGB value is (36,28,81). Sum of RGB (Red+Green+Blue) = 36+28+81=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 81 (32.03% from 255 or 55.86% from 145); Max value from RGB is 81 - color contains mainly: blue. Hex color #241C51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C51 is #DBE3AE. Grayscale: #242424. Windows color (decimal): -14410671 or 5315620. OLE color: 5315620.
HSL color Cylindrical-coordinate representation of color #241C51: hue angle of 249.06º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241C51 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 36 | 28 | 81 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.68 |
| HSL | 249.06º | 0.49% | 0.21% | - |
| HSV(B) | 249.06º | 0.65% | 0.32% | - |
| XYZ | 2.63 | 1.8 | 7.99 | - |
| YUV | 36.43 | 153.15 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 81 | 0.56 | 0.65 | 0 | 0.68 | 249.06 | 0.49 | 0.21 |
| Hex | 24 | 1C | 51 | 38 | 41 | 0 | 44 | F9 | 31 | 15 |
| Octal | 44 | 34 | 121 | 70 | 101 | 0 | 104 | 371 | 61 | 25 |
| Binary | 100100 | 11100 | 1010001 | 111000 | 1000001 | 0 | 1000100 | 11111001 | 110001 | 10101 |
Color Harmonies of #241C51
Complementary color
Monochromatic Colors of #241C51
Black with #241C51
Text Example
Text Example
White with #241C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C51; }
p { color: rgb(36,28,81); }
H1.HeaderClassName
{
color: #241C51;
}
.AnyTagClassName
{
color: #241C51;
}
</style>
background-color css
<style>
a { background-color: #241C51; }
a { background-color: rgb(36,28,81); }
div.DivClassName
{
background-color: #241C51;
}
.BgClassName
{
background-color: #241C51;
}
</style>
border-color css
<style>
span { border-color: #241C51; }
span { border-color: rgb(36,28,81); }
td.TdClassName
{
border-color: #241C51;
}
.TagClassName
{
border-color: #241C51;
}
</style>