Shades of Paua #241D48
Tints of Paua #241D48
RGB
CMYK
RGB Variations
Color information
#241D48 (or 0x241D48) is known color: Paua. HEX triplet: 24, 1D and 48. RGB value is (36,29,72). Sum of RGB (Red+Green+Blue) = 36+29+72=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 72 (28.52% from 255 or 52.55% from 137); Max value from RGB is 72 - color contains mainly: blue. Hex color #241D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D48 is #DBE2B7. Grayscale: #232323. Windows color (decimal): -14410424 or 4726052. OLE color: 4726052.
HSL color Cylindrical-coordinate representation of color #241D48: hue angle of 249.77º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #241D48 is Cyan = 0.5, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 29 | 72 | - |
| CMYK | 0.5 | 0.60 | 0 | 0.72 |
| HSL | 249.77º | 0.43% | 0.2% | - |
| HSV(B) | 249.77º | 0.6% | 0.28% | - |
| XYZ | 2.34 | 1.72 | 6.34 | - |
| YUV | 36 | 148.32 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 29 | 72 | 0.5 | 0.60 | 0 | 0.72 | 249.77 | 0.43 | 0.2 |
| Hex | 24 | 1D | 48 | 32 | 3C | 0 | 48 | FA | 2B | 14 |
| Octal | 44 | 35 | 110 | 62 | 74 | 0 | 110 | 372 | 53 | 24 |
| Binary | 100100 | 11101 | 1001000 | 110010 | 111100 | 0 | 1001000 | 11111010 | 101011 | 10100 |
Color Harmonies of #241D48
Complementary color
Monochromatic Colors of #241D48
Black with #241D48
Text Example
Text Example
White with #241D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241D48; }
p { color: rgb(36,29,72); }
H1.HeaderClassName
{
color: #241D48;
}
.AnyTagClassName
{
color: #241D48;
}
</style>
background-color css
<style>
a { background-color: #241D48; }
a { background-color: rgb(36,29,72); }
div.DivClassName
{
background-color: #241D48;
}
.BgClassName
{
background-color: #241D48;
}
</style>
border-color css
<style>
span { border-color: #241D48; }
span { border-color: rgb(36,29,72); }
td.TdClassName
{
border-color: #241D48;
}
.TagClassName
{
border-color: #241D48;
}
</style>