Shades of Paua #241B4D
Tints of Paua #241B4D
RGB
CMYK
RGB Variations
Color information
#241B4D (or 0x241B4D) is known color: Paua. HEX triplet: 24, 1B and 4D. RGB value is (36,27,77). Sum of RGB (Red+Green+Blue) = 36+27+77=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 77 (30.47% from 255 or 55% from 140); Max value from RGB is 77 - color contains mainly: blue. Hex color #241B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #241B4D is #DBE4B2. Grayscale: #232323. Windows color (decimal): -14410931 or 5053220. OLE color: 5053220.
HSL color Cylindrical-coordinate representation of color #241B4D: hue angle of 250.8º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241B4D is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 36 | 27 | 77 | - |
| CMYK | 0.53 | 0.65 | 0 | 0.70 |
| HSL | 250.8º | 0.48% | 0.2% | - |
| HSV(B) | 250.8º | 0.65% | 0.3% | - |
| XYZ | 2.46 | 1.69 | 7.22 | - |
| YUV | 35.39 | 151.48 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 27 | 77 | 0.53 | 0.65 | 0 | 0.70 | 250.8 | 0.48 | 0.2 |
| Hex | 24 | 1B | 4D | 35 | 41 | 0 | 46 | FB | 30 | 14 |
| Octal | 44 | 33 | 115 | 65 | 101 | 0 | 106 | 373 | 60 | 24 |
| Binary | 100100 | 11011 | 1001101 | 110101 | 1000001 | 0 | 1000110 | 11111011 | 110000 | 10100 |
Color Harmonies of #241B4D
Complementary color
Monochromatic Colors of #241B4D
Black with #241B4D
Text Example
Text Example
White with #241B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241B4D; }
p { color: rgb(36,27,77); }
H1.HeaderClassName
{
color: #241B4D;
}
.AnyTagClassName
{
color: #241B4D;
}
</style>
background-color css
<style>
a { background-color: #241B4D; }
a { background-color: rgb(36,27,77); }
div.DivClassName
{
background-color: #241B4D;
}
.BgClassName
{
background-color: #241B4D;
}
</style>
border-color css
<style>
span { border-color: #241B4D; }
span { border-color: rgb(36,27,77); }
td.TdClassName
{
border-color: #241B4D;
}
.TagClassName
{
border-color: #241B4D;
}
</style>