Shades of Paua #252144
Tints of Paua #252144
RGB
CMYK
RGB Variations
Color information
#252144 (or 0x252144) is known color: Paua. HEX triplet: 25, 21 and 44. RGB value is (37,33,68). Sum of RGB (Red+Green+Blue) = 37+33+68=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #252144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252144 is #DADEBB. Grayscale: #262626. Windows color (decimal): -14343868 or 4464933. OLE color: 4464933.
HSL color Cylindrical-coordinate representation of color #252144: hue angle of 246.86º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252144 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 37 | 33 | 68 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.73 |
| HSL | 246.86º | 0.35% | 0.2% | - |
| HSV(B) | 246.86º | 0.51% | 0.27% | - |
| XYZ | 2.35 | 1.9 | 5.71 | - |
| YUV | 38.19 | 144.83 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 68 | 0.46 | 0.51 | 0 | 0.73 | 246.86 | 0.35 | 0.2 |
| Hex | 25 | 21 | 44 | 2E | 33 | 0 | 49 | F7 | 23 | 14 |
| Octal | 45 | 41 | 104 | 56 | 63 | 0 | 111 | 367 | 43 | 24 |
| Binary | 100101 | 100001 | 1000100 | 101110 | 110011 | 0 | 1001001 | 11110111 | 100011 | 10100 |
Color Harmonies of #252144
Complementary color
Monochromatic Colors of #252144
Black with #252144
Text Example
Text Example
White with #252144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252144; }
p { color: rgb(37,33,68); }
H1.HeaderClassName
{
color: #252144;
}
.AnyTagClassName
{
color: #252144;
}
</style>
background-color css
<style>
a { background-color: #252144; }
a { background-color: rgb(37,33,68); }
div.DivClassName
{
background-color: #252144;
}
.BgClassName
{
background-color: #252144;
}
</style>
border-color css
<style>
span { border-color: #252144; }
span { border-color: rgb(37,33,68); }
td.TdClassName
{
border-color: #252144;
}
.TagClassName
{
border-color: #252144;
}
</style>