Shades of Black Pearl #142533
Tints of Black Pearl #142533
RGB
CMYK
RGB Variations
Color information
#142533 (or 0x142533) is known color: Black Pearl. HEX triplet: 14, 25 and 33. RGB value is (20,37,51). Sum of RGB (Red+Green+Blue) = 20+37+51=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #142533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142533 is #EBDACC. Grayscale: #212121. Windows color (decimal): -15456973 or 3351828. OLE color: 3351828.
HSL color Cylindrical-coordinate representation of color #142533: hue angle of 207.1º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #142533 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 37 | 51 | - |
| CMYK | 0.61 | 0.27 | 0 | 0.8 |
| HSL | 207.1º | 0.44% | 0.14% | - |
| HSV(B) | 207.1º | 0.61% | 0.2% | - |
| XYZ | 1.55 | 1.71 | 3.38 | - |
| YUV | 33.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 51 | 0.61 | 0.27 | 0 | 0.8 | 207.1 | 0.44 | 0.14 |
| Hex | 14 | 25 | 33 | 3D | 1B | 0 | 50 | CF | 2C | E |
| Octal | 24 | 45 | 63 | 75 | 33 | 0 | 120 | 317 | 54 | 16 |
| Binary | 10100 | 100101 | 110011 | 111101 | 11011 | 0 | 1010000 | 11001111 | 101100 | 1110 |
Color Harmonies of #142533
Complementary color
Monochromatic Colors of #142533
Black with #142533
Text Example
Text Example
White with #142533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142533; }
p { color: rgb(20,37,51); }
H1.HeaderClassName
{
color: #142533;
}
.AnyTagClassName
{
color: #142533;
}
</style>
background-color css
<style>
a { background-color: #142533; }
a { background-color: rgb(20,37,51); }
div.DivClassName
{
background-color: #142533;
}
.BgClassName
{
background-color: #142533;
}
</style>
border-color css
<style>
span { border-color: #142533; }
span { border-color: rgb(20,37,51); }
td.TdClassName
{
border-color: #142533;
}
.TagClassName
{
border-color: #142533;
}
</style>