Shades of Black Pearl #00142A
Tints of Black Pearl #00142A
RGB
CMYK
RGB Variations
Color information
#00142A (or 0x00142A) is known color: Black Pearl. HEX triplet: 00, 14 and 2A. RGB value is (0,20,42). Sum of RGB (Red+Green+Blue) = 0+20+42=62 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 42 (16.80% from 255 or 67.74% from 62); Max value from RGB is 42 - color contains mainly: blue. Hex color #00142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00142A is #FFEBD5. Grayscale: #101010. Windows color (decimal): -16772054 or 2757632. OLE color: 2757632.
HSL color Cylindrical-coordinate representation of color #00142A: hue angle of 211.43º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00142A is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 20 | 42 | - |
| CMYK | 1 | 0.52 | 0 | 0.84 |
| HSL | 211.43º | 1% | 0.08% | - |
| HSV(B) | 211.43º | 1% | 0.16% | - |
| XYZ | 0.67 | 0.67 | 2.28 | - |
| YUV | 16.53 | 142.37 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 42 | 1 | 0.52 | 0 | 0.84 | 211.43 | 1 | 0.08 |
| Hex | 0 | 14 | 2A | 64 | 34 | 0 | 54 | D3 | 64 | 8 |
| Octal | 0 | 24 | 52 | 144 | 64 | 0 | 124 | 323 | 144 | 10 |
| Binary | 0 | 10100 | 101010 | 1100100 | 110100 | 0 | 1010100 | 11010011 | 1100100 | 1000 |
Color Harmonies of #00142A
Complementary color
Monochromatic Colors of #00142A
Black with #00142A
Text Example
Text Example
White with #00142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00142A; }
p { color: rgb(0,20,42); }
H1.HeaderClassName
{
color: #00142A;
}
.AnyTagClassName
{
color: #00142A;
}
</style>
background-color css
<style>
a { background-color: #00142A; }
a { background-color: rgb(0,20,42); }
div.DivClassName
{
background-color: #00142A;
}
.BgClassName
{
background-color: #00142A;
}
</style>
border-color css
<style>
span { border-color: #00142A; }
span { border-color: rgb(0,20,42); }
td.TdClassName
{
border-color: #00142A;
}
.TagClassName
{
border-color: #00142A;
}
</style>