Shades of Paua #242048
Tints of Paua #242048
RGB
CMYK
RGB Variations
Color information
#242048 (or 0x242048) is known color: Paua. HEX triplet: 24, 20 and 48. RGB value is (36,32,72). Sum of RGB (Red+Green+Blue) = 36+32+72=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 32 (12.89% from 255 or 22.86% from 140); Blue value is 72 (28.52% from 255 or 51.43% from 140); Max value from RGB is 72 - color contains mainly: blue. Hex color #242048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242048 is #DBDFB7. Grayscale: #252525. Windows color (decimal): -14409656 or 4726820. OLE color: 4726820.
HSL color Cylindrical-coordinate representation of color #242048: hue angle of 246º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #242048 is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 36 | 32 | 72 | - |
| CMYK | 0.5 | 0.56 | 0 | 0.72 |
| HSL | 246º | 0.38% | 0.2% | - |
| HSV(B) | 246º | 0.56% | 0.28% | - |
| XYZ | 2.41 | 1.88 | 6.37 | - |
| YUV | 37.76 | 147.33 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 32 | 72 | 0.5 | 0.56 | 0 | 0.72 | 246 | 0.38 | 0.2 |
| Hex | 24 | 20 | 48 | 32 | 38 | 0 | 48 | F6 | 26 | 14 |
| Octal | 44 | 40 | 110 | 62 | 70 | 0 | 110 | 366 | 46 | 24 |
| Binary | 100100 | 100000 | 1001000 | 110010 | 111000 | 0 | 1001000 | 11110110 | 100110 | 10100 |
Color Harmonies of #242048
Complementary color
Monochromatic Colors of #242048
Black with #242048
Text Example
Text Example
White with #242048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242048; }
p { color: rgb(36,32,72); }
H1.HeaderClassName
{
color: #242048;
}
.AnyTagClassName
{
color: #242048;
}
</style>
background-color css
<style>
a { background-color: #242048; }
a { background-color: rgb(36,32,72); }
div.DivClassName
{
background-color: #242048;
}
.BgClassName
{
background-color: #242048;
}
</style>
border-color css
<style>
span { border-color: #242048; }
span { border-color: rgb(36,32,72); }
td.TdClassName
{
border-color: #242048;
}
.TagClassName
{
border-color: #242048;
}
</style>