Shades of Paua #241956
Tints of Paua #241956
RGB
CMYK
RGB Variations
Color information
#241956 (or 0x241956) is known color: Paua. HEX triplet: 24, 19 and 56. RGB value is (36,25,86). Sum of RGB (Red+Green+Blue) = 36+25+86=147 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.49% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #241956 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241956 is #DBE6A9. Grayscale: #232323. Windows color (decimal): -14411434 or 5642532. OLE color: 5642532.
HSL color Cylindrical-coordinate representation of color #241956: hue angle of 250.82º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #241956 is Cyan = 0.58, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 36 | 25 | 86 | - |
| CMYK | 0.58 | 0.71 | 0 | 0.66 |
| HSL | 250.82º | 0.55% | 0.22% | - |
| HSV(B) | 250.82º | 0.71% | 0.34% | - |
| XYZ | 2.75 | 1.74 | 9 | - |
| YUV | 35.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 25 | 86 | 0.58 | 0.71 | 0 | 0.66 | 250.82 | 0.55 | 0.22 |
| Hex | 24 | 19 | 56 | 3A | 47 | 0 | 42 | FB | 37 | 16 |
| Octal | 44 | 31 | 126 | 72 | 107 | 0 | 102 | 373 | 67 | 26 |
| Binary | 100100 | 11001 | 1010110 | 111010 | 1000111 | 0 | 1000010 | 11111011 | 110111 | 10110 |
Color Harmonies of #241956
Complementary color
Monochromatic Colors of #241956
Black with #241956
Text Example
Text Example
White with #241956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241956; }
p { color: rgb(36,25,86); }
H1.HeaderClassName
{
color: #241956;
}
.AnyTagClassName
{
color: #241956;
}
</style>
background-color css
<style>
a { background-color: #241956; }
a { background-color: rgb(36,25,86); }
div.DivClassName
{
background-color: #241956;
}
.BgClassName
{
background-color: #241956;
}
</style>
border-color css
<style>
span { border-color: #241956; }
span { border-color: rgb(36,25,86); }
td.TdClassName
{
border-color: #241956;
}
.TagClassName
{
border-color: #241956;
}
</style>