Shades of Paua #241850
Tints of Paua #241850
RGB
CMYK
RGB Variations
Color information
#241850 (or 0x241850) is known color: Paua. HEX triplet: 24, 18 and 50. RGB value is (36,24,80). Sum of RGB (Red+Green+Blue) = 36+24+80=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 80 (31.64% from 255 or 57.14% from 140); Max value from RGB is 80 - color contains mainly: blue. Hex color #241850 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241850 is #DBE7AF. Grayscale: #212121. Windows color (decimal): -14411696 or 5249060. OLE color: 5249060.
HSL color Cylindrical-coordinate representation of color #241850: hue angle of 252.86º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #241850 is Cyan = 0.55, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 24 | 80 | - |
| CMYK | 0.55 | 0.70 | 0 | 0.69 |
| HSL | 252.86º | 0.54% | 0.2% | - |
| HSV(B) | 252.86º | 0.7% | 0.31% | - |
| XYZ | 2.5 | 1.61 | 7.77 | - |
| YUV | 33.97 | 153.98 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 80 | 0.55 | 0.70 | 0 | 0.69 | 252.86 | 0.54 | 0.2 |
| Hex | 24 | 18 | 50 | 37 | 46 | 0 | 45 | FD | 36 | 14 |
| Octal | 44 | 30 | 120 | 67 | 106 | 0 | 105 | 375 | 66 | 24 |
| Binary | 100100 | 11000 | 1010000 | 110111 | 1000110 | 0 | 1000101 | 11111101 | 110110 | 10100 |
Color Harmonies of #241850
Complementary color
Monochromatic Colors of #241850
Black with #241850
Text Example
Text Example
White with #241850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241850; }
p { color: rgb(36,24,80); }
H1.HeaderClassName
{
color: #241850;
}
.AnyTagClassName
{
color: #241850;
}
</style>
background-color css
<style>
a { background-color: #241850; }
a { background-color: rgb(36,24,80); }
div.DivClassName
{
background-color: #241850;
}
.BgClassName
{
background-color: #241850;
}
</style>
border-color css
<style>
span { border-color: #241850; }
span { border-color: rgb(36,24,80); }
td.TdClassName
{
border-color: #241850;
}
.TagClassName
{
border-color: #241850;
}
</style>