Shades of Paua #241754
Tints of Paua #241754
RGB
CMYK
RGB Variations
Color information
#241754 (or 0x241754) is known color: Paua. HEX triplet: 24, 17 and 54. RGB value is (36,23,84). Sum of RGB (Red+Green+Blue) = 36+23+84=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 23 (9.38% from 255 or 16.08% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #241754 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241754 is #DBE8AB. Grayscale: #212121. Windows color (decimal): -14411948 or 5510948. OLE color: 5510948.
HSL color Cylindrical-coordinate representation of color #241754: hue angle of 252.79º degrees, saturation: 0.57, 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 #241754 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 36 | 23 | 84 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.67 |
| HSL | 252.79º | 0.57% | 0.21% | - |
| HSV(B) | 252.79º | 0.73% | 0.33% | - |
| XYZ | 2.63 | 1.63 | 8.56 | - |
| YUV | 33.84 | 156.31 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 23 | 84 | 0.57 | 0.73 | 0 | 0.67 | 252.79 | 0.57 | 0.21 |
| Hex | 24 | 17 | 54 | 39 | 49 | 0 | 43 | FD | 39 | 15 |
| Octal | 44 | 27 | 124 | 71 | 111 | 0 | 103 | 375 | 71 | 25 |
| Binary | 100100 | 10111 | 1010100 | 111001 | 1001001 | 0 | 1000011 | 11111101 | 111001 | 10101 |
Color Harmonies of #241754
Complementary color
Monochromatic Colors of #241754
Black with #241754
Text Example
Text Example
White with #241754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241754; }
p { color: rgb(36,23,84); }
H1.HeaderClassName
{
color: #241754;
}
.AnyTagClassName
{
color: #241754;
}
</style>
background-color css
<style>
a { background-color: #241754; }
a { background-color: rgb(36,23,84); }
div.DivClassName
{
background-color: #241754;
}
.BgClassName
{
background-color: #241754;
}
</style>
border-color css
<style>
span { border-color: #241754; }
span { border-color: rgb(36,23,84); }
td.TdClassName
{
border-color: #241754;
}
.TagClassName
{
border-color: #241754;
}
</style>