Shades of Paua #241C50
Tints of Paua #241C50
RGB
CMYK
RGB Variations
Color information
#241C50 (or 0x241C50) is known color: Paua. HEX triplet: 24, 1C and 50. RGB value is (36,28,80). Sum of RGB (Red+Green+Blue) = 36+28+80=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 80 (31.64% from 255 or 55.56% from 144); Max value from RGB is 80 - color contains mainly: blue. Hex color #241C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241C50 is #DBE3AF. Grayscale: #242424. Windows color (decimal): -14410672 or 5250084. OLE color: 5250084.
HSL color Cylindrical-coordinate representation of color #241C50: hue angle of 249.23º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241C50 is Cyan = 0.55, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 28 | 80 | - |
| CMYK | 0.55 | 0.65 | 0 | 0.69 |
| HSL | 249.23º | 0.48% | 0.21% | - |
| HSV(B) | 249.23º | 0.65% | 0.31% | - |
| XYZ | 2.59 | 1.78 | 7.8 | - |
| YUV | 36.32 | 152.65 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 80 | 0.55 | 0.65 | 0 | 0.69 | 249.23 | 0.48 | 0.21 |
| Hex | 24 | 1C | 50 | 37 | 41 | 0 | 45 | F9 | 30 | 15 |
| Octal | 44 | 34 | 120 | 67 | 101 | 0 | 105 | 371 | 60 | 25 |
| Binary | 100100 | 11100 | 1010000 | 110111 | 1000001 | 0 | 1000101 | 11111001 | 110000 | 10101 |
Color Harmonies of #241C50
Complementary color
Monochromatic Colors of #241C50
Black with #241C50
Text Example
Text Example
White with #241C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C50; }
p { color: rgb(36,28,80); }
H1.HeaderClassName
{
color: #241C50;
}
.AnyTagClassName
{
color: #241C50;
}
</style>
background-color css
<style>
a { background-color: #241C50; }
a { background-color: rgb(36,28,80); }
div.DivClassName
{
background-color: #241C50;
}
.BgClassName
{
background-color: #241C50;
}
</style>
border-color css
<style>
span { border-color: #241C50; }
span { border-color: rgb(36,28,80); }
td.TdClassName
{
border-color: #241C50;
}
.TagClassName
{
border-color: #241C50;
}
</style>