Shades of Paua #241C4B
Tints of Paua #241C4B
RGB
CMYK
RGB Variations
Color information
#241C4B (or 0x241C4B) is known color: Paua. HEX triplet: 24, 1C and 4B. RGB value is (36,28,75). Sum of RGB (Red+Green+Blue) = 36+28+75=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 75 (29.69% from 255 or 53.96% from 139); Max value from RGB is 75 - color contains mainly: blue. Hex color #241C4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241C4B is #DBE3B4. Grayscale: #232323. Windows color (decimal): -14410677 or 4922404. OLE color: 4922404.
HSL color Cylindrical-coordinate representation of color #241C4B: hue angle of 250.21º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #241C4B is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 36 | 28 | 75 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.71 |
| HSL | 250.21º | 0.46% | 0.2% | - |
| HSV(B) | 250.21º | 0.63% | 0.29% | - |
| XYZ | 2.41 | 1.71 | 6.86 | - |
| YUV | 35.75 | 150.15 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 28 | 75 | 0.52 | 0.63 | 0 | 0.71 | 250.21 | 0.46 | 0.2 |
| Hex | 24 | 1C | 4B | 34 | 3F | 0 | 47 | FA | 2E | 14 |
| Octal | 44 | 34 | 113 | 64 | 77 | 0 | 107 | 372 | 56 | 24 |
| Binary | 100100 | 11100 | 1001011 | 110100 | 111111 | 0 | 1000111 | 11111010 | 101110 | 10100 |
Color Harmonies of #241C4B
Complementary color
Monochromatic Colors of #241C4B
Black with #241C4B
Text Example
Text Example
White with #241C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241C4B; }
p { color: rgb(36,28,75); }
H1.HeaderClassName
{
color: #241C4B;
}
.AnyTagClassName
{
color: #241C4B;
}
</style>
background-color css
<style>
a { background-color: #241C4B; }
a { background-color: rgb(36,28,75); }
div.DivClassName
{
background-color: #241C4B;
}
.BgClassName
{
background-color: #241C4B;
}
</style>
border-color css
<style>
span { border-color: #241C4B; }
span { border-color: rgb(36,28,75); }
td.TdClassName
{
border-color: #241C4B;
}
.TagClassName
{
border-color: #241C4B;
}
</style>