Shades of Paua #241854
Tints of Paua #241854
RGB
CMYK
RGB Variations
Color information
#241854 (or 0x241854) is known color: Paua. HEX triplet: 24, 18 and 54. RGB value is (36,24,84). Sum of RGB (Red+Green+Blue) = 36+24+84=144 (19% of max value = 765). Red value is 36 (14.45% from 255 or 25% from 144); Green value is 24 (9.77% from 255 or 16.67% from 144); Blue value is 84 (33.20% from 255 or 58.33% from 144); Max value from RGB is 84 - color contains mainly: blue. Hex color #241854 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241854 is #DBE7AB. Grayscale: #222222. Windows color (decimal): -14411692 or 5511204. OLE color: 5511204.
HSL color Cylindrical-coordinate representation of color #241854: hue angle of 252º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #241854 is Cyan = 0.57, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 24 | 84 | - |
| CMYK | 0.57 | 0.71 | 0 | 0.67 |
| HSL | 252º | 0.56% | 0.21% | - |
| HSV(B) | 252º | 0.71% | 0.33% | - |
| XYZ | 2.65 | 1.67 | 8.57 | - |
| YUV | 34.43 | 155.98 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 84 | 0.57 | 0.71 | 0 | 0.67 | 252 | 0.56 | 0.21 |
| Hex | 24 | 18 | 54 | 39 | 47 | 0 | 43 | FC | 38 | 15 |
| Octal | 44 | 30 | 124 | 71 | 107 | 0 | 103 | 374 | 70 | 25 |
| Binary | 100100 | 11000 | 1010100 | 111001 | 1000111 | 0 | 1000011 | 11111100 | 111000 | 10101 |
Color Harmonies of #241854
Complementary color
Monochromatic Colors of #241854
Black with #241854
Text Example
Text Example
White with #241854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241854; }
p { color: rgb(36,24,84); }
H1.HeaderClassName
{
color: #241854;
}
.AnyTagClassName
{
color: #241854;
}
</style>
background-color css
<style>
a { background-color: #241854; }
a { background-color: rgb(36,24,84); }
div.DivClassName
{
background-color: #241854;
}
.BgClassName
{
background-color: #241854;
}
</style>
border-color css
<style>
span { border-color: #241854; }
span { border-color: rgb(36,24,84); }
td.TdClassName
{
border-color: #241854;
}
.TagClassName
{
border-color: #241854;
}
</style>