Shades of Paua #242145
Tints of Paua #242145
RGB
CMYK
RGB Variations
Color information
#242145 (or 0x242145) is known color: Paua. HEX triplet: 24, 21 and 45. RGB value is (36,33,69). Sum of RGB (Red+Green+Blue) = 36+33+69=138 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.09% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 69 (27.34% from 255 or 50% from 138); Max value from RGB is 69 - color contains mainly: blue. Hex color #242145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242145 is #DBDEBA. Grayscale: #252525. Windows color (decimal): -14409403 or 4530468. OLE color: 4530468.
HSL color Cylindrical-coordinate representation of color #242145: hue angle of 245º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #242145 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 36 | 33 | 69 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.73 |
| HSL | 245º | 0.35% | 0.2% | - |
| HSV(B) | 245º | 0.52% | 0.27% | - |
| XYZ | 2.35 | 1.89 | 5.87 | - |
| YUV | 38 | 145.49 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 33 | 69 | 0.48 | 0.52 | 0 | 0.73 | 245 | 0.35 | 0.2 |
| Hex | 24 | 21 | 45 | 30 | 34 | 0 | 49 | F5 | 23 | 14 |
| Octal | 44 | 41 | 105 | 60 | 64 | 0 | 111 | 365 | 43 | 24 |
| Binary | 100100 | 100001 | 1000101 | 110000 | 110100 | 0 | 1001001 | 11110101 | 100011 | 10100 |
Color Harmonies of #242145
Complementary color
Monochromatic Colors of #242145
Black with #242145
Text Example
Text Example
White with #242145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242145; }
p { color: rgb(36,33,69); }
H1.HeaderClassName
{
color: #242145;
}
.AnyTagClassName
{
color: #242145;
}
</style>
background-color css
<style>
a { background-color: #242145; }
a { background-color: rgb(36,33,69); }
div.DivClassName
{
background-color: #242145;
}
.BgClassName
{
background-color: #242145;
}
</style>
border-color css
<style>
span { border-color: #242145; }
span { border-color: rgb(36,33,69); }
td.TdClassName
{
border-color: #242145;
}
.TagClassName
{
border-color: #242145;
}
</style>