Shades of Paua #241855
Tints of Paua #241855
RGB
CMYK
RGB Variations
Color information
#241855 (or 0x241855) is known color: Paua. HEX triplet: 24, 18 and 55. RGB value is (36,24,85). Sum of RGB (Red+Green+Blue) = 36+24+85=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 85 (33.59% from 255 or 58.62% from 145); Max value from RGB is 85 - color contains mainly: blue. Hex color #241855 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241855 is #DBE7AA. Grayscale: #222222. Windows color (decimal): -14411691 or 5576740. OLE color: 5576740.
HSL color Cylindrical-coordinate representation of color #241855: hue angle of 251.8º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #241855 is Cyan = 0.58, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 24 | 85 | - |
| CMYK | 0.58 | 0.72 | 0 | 0.67 |
| HSL | 251.8º | 0.56% | 0.21% | - |
| HSV(B) | 251.8º | 0.72% | 0.33% | - |
| XYZ | 2.69 | 1.68 | 8.78 | - |
| YUV | 34.54 | 156.48 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 24 | 85 | 0.58 | 0.72 | 0 | 0.67 | 251.8 | 0.56 | 0.21 |
| Hex | 24 | 18 | 55 | 3A | 48 | 0 | 43 | FC | 38 | 15 |
| Octal | 44 | 30 | 125 | 72 | 110 | 0 | 103 | 374 | 70 | 25 |
| Binary | 100100 | 11000 | 1010101 | 111010 | 1001000 | 0 | 1000011 | 11111100 | 111000 | 10101 |
Color Harmonies of #241855
Complementary color
Monochromatic Colors of #241855
Black with #241855
Text Example
Text Example
White with #241855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241855; }
p { color: rgb(36,24,85); }
H1.HeaderClassName
{
color: #241855;
}
.AnyTagClassName
{
color: #241855;
}
</style>
background-color css
<style>
a { background-color: #241855; }
a { background-color: rgb(36,24,85); }
div.DivClassName
{
background-color: #241855;
}
.BgClassName
{
background-color: #241855;
}
</style>
border-color css
<style>
span { border-color: #241855; }
span { border-color: rgb(36,24,85); }
td.TdClassName
{
border-color: #241855;
}
.TagClassName
{
border-color: #241855;
}
</style>