Shades of Paua #241D4F
Tints of Paua #241D4F
RGB
CMYK
RGB Variations
Color information
#241D4F (or 0x241D4F) is known color: Paua. HEX triplet: 24, 1D and 4F. RGB value is (36,29,79). Sum of RGB (Red+Green+Blue) = 36+29+79=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 79 (31.25% from 255 or 54.86% from 144); Max value from RGB is 79 - color contains mainly: blue. Hex color #241D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241D4F is #DBE2B0. Grayscale: #242424. Windows color (decimal): -14410417 or 5184804. OLE color: 5184804.
HSL color Cylindrical-coordinate representation of color #241D4F: hue angle of 248.4º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #241D4F is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 36 | 29 | 79 | - |
| CMYK | 0.54 | 0.63 | 0 | 0.69 |
| HSL | 248.4º | 0.46% | 0.21% | - |
| HSV(B) | 248.4º | 0.63% | 0.31% | - |
| XYZ | 2.58 | 1.82 | 7.61 | - |
| YUV | 36.79 | 151.82 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 79 | 0.54 | 0.63 | 0 | 0.69 | 248.4 | 0.46 | 0.21 |
| Hex | 24 | 1D | 4F | 36 | 3F | 0 | 45 | F8 | 2E | 15 |
| Octal | 44 | 35 | 117 | 66 | 77 | 0 | 105 | 370 | 56 | 25 |
| Binary | 100100 | 11101 | 1001111 | 110110 | 111111 | 0 | 1000101 | 11111000 | 101110 | 10101 |
Color Harmonies of #241D4F
Complementary color
Monochromatic Colors of #241D4F
Black with #241D4F
Text Example
Text Example
White with #241D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D4F; }
p { color: rgb(36,29,79); }
H1.HeaderClassName
{
color: #241D4F;
}
.AnyTagClassName
{
color: #241D4F;
}
</style>
background-color css
<style>
a { background-color: #241D4F; }
a { background-color: rgb(36,29,79); }
div.DivClassName
{
background-color: #241D4F;
}
.BgClassName
{
background-color: #241D4F;
}
</style>
border-color css
<style>
span { border-color: #241D4F; }
span { border-color: rgb(36,29,79); }
td.TdClassName
{
border-color: #241D4F;
}
.TagClassName
{
border-color: #241D4F;
}
</style>