Shades of Paua #252143
Tints of Paua #252143
RGB
CMYK
RGB Variations
Color information
#252143 (or 0x252143) is known color: Paua. HEX triplet: 25, 21 and 43. RGB value is (37,33,67). Sum of RGB (Red+Green+Blue) = 37+33+67=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #252143 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252143 is #DADEBC. Grayscale: #252525. Windows color (decimal): -14343869 or 4399397. OLE color: 4399397.
HSL color Cylindrical-coordinate representation of color #252143: hue angle of 247.06º degrees, saturation: 0.34, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #252143 is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 37 | 33 | 67 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.74 |
| HSL | 247.06º | 0.34% | 0.2% | - |
| HSV(B) | 247.06º | 0.51% | 0.26% | - |
| XYZ | 2.32 | 1.89 | 5.55 | - |
| YUV | 38.07 | 144.33 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 33 | 67 | 0.45 | 0.51 | 0 | 0.74 | 247.06 | 0.34 | 0.2 |
| Hex | 25 | 21 | 43 | 2D | 33 | 0 | 4A | F7 | 22 | 14 |
| Octal | 45 | 41 | 103 | 55 | 63 | 0 | 112 | 367 | 42 | 24 |
| Binary | 100101 | 100001 | 1000011 | 101101 | 110011 | 0 | 1001010 | 11110111 | 100010 | 10100 |
Color Harmonies of #252143
Complementary color
Monochromatic Colors of #252143
Black with #252143
Text Example
Text Example
White with #252143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #252143; }
p { color: rgb(37,33,67); }
H1.HeaderClassName
{
color: #252143;
}
.AnyTagClassName
{
color: #252143;
}
</style>
background-color css
<style>
a { background-color: #252143; }
a { background-color: rgb(37,33,67); }
div.DivClassName
{
background-color: #252143;
}
.BgClassName
{
background-color: #252143;
}
</style>
border-color css
<style>
span { border-color: #252143; }
span { border-color: rgb(37,33,67); }
td.TdClassName
{
border-color: #252143;
}
.TagClassName
{
border-color: #252143;
}
</style>