Shades of Paua #241653
Tints of Paua #241653
RGB
CMYK
RGB Variations
Color information
#241653 (or 0x241653) is known color: Paua. HEX triplet: 24, 16 and 53. RGB value is (36,22,83). Sum of RGB (Red+Green+Blue) = 36+22+83=141 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.53% from 141); Green value is 22 (8.98% from 255 or 15.60% from 141); Blue value is 83 (32.81% from 255 or 58.87% from 141); Max value from RGB is 83 - color contains mainly: blue. Hex color #241653 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241653 is #DBE9AC. Grayscale: #202020. Windows color (decimal): -14412205 or 5445156. OLE color: 5445156.
HSL color Cylindrical-coordinate representation of color #241653: hue angle of 253.77º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #241653 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 22 | 83 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.67 |
| HSL | 253.77º | 0.58% | 0.21% | - |
| HSV(B) | 253.77º | 0.73% | 0.33% | - |
| XYZ | 2.58 | 1.57 | 8.35 | - |
| YUV | 33.14 | 156.14 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 22 | 83 | 0.57 | 0.73 | 0 | 0.67 | 253.77 | 0.58 | 0.21 |
| Hex | 24 | 16 | 53 | 39 | 49 | 0 | 43 | FE | 3A | 15 |
| Octal | 44 | 26 | 123 | 71 | 111 | 0 | 103 | 376 | 72 | 25 |
| Binary | 100100 | 10110 | 1010011 | 111001 | 1001001 | 0 | 1000011 | 11111110 | 111010 | 10101 |
Color Harmonies of #241653
Complementary color
Monochromatic Colors of #241653
Black with #241653
Text Example
Text Example
White with #241653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241653; }
p { color: rgb(36,22,83); }
H1.HeaderClassName
{
color: #241653;
}
.AnyTagClassName
{
color: #241653;
}
</style>
background-color css
<style>
a { background-color: #241653; }
a { background-color: rgb(36,22,83); }
div.DivClassName
{
background-color: #241653;
}
.BgClassName
{
background-color: #241653;
}
</style>
border-color css
<style>
span { border-color: #241653; }
span { border-color: rgb(36,22,83); }
td.TdClassName
{
border-color: #241653;
}
.TagClassName
{
border-color: #241653;
}
</style>