Shades of Black Pearl #01142C
Tints of Black Pearl #01142C
RGB
CMYK
RGB Variations
Color information
#01142C (or 0x01142C) is known color: Black Pearl. HEX triplet: 01, 14 and 2C. RGB value is (1,20,44). Sum of RGB (Red+Green+Blue) = 1+20+44=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 44 (17.58% from 255 or 67.69% from 65); Max value from RGB is 44 - color contains mainly: blue. Hex color #01142C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01142C is #FEEBD3. Grayscale: #101010. Windows color (decimal): -16706516 or 2888705. OLE color: 2888705.
HSL color Cylindrical-coordinate representation of color #01142C: hue angle of 213.49º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01142C is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 20 | 44 | - |
| CMYK | 0.98 | 0.55 | 0 | 0.83 |
| HSL | 213.49º | 0.96% | 0.09% | - |
| HSV(B) | 213.49º | 0.98% | 0.17% | - |
| XYZ | 0.72 | 0.69 | 2.48 | - |
| YUV | 17.06 | 143.21 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 44 | 0.98 | 0.55 | 0 | 0.83 | 213.49 | 0.96 | 0.09 |
| Hex | 1 | 14 | 2C | 62 | 37 | 0 | 53 | D5 | 60 | 9 |
| Octal | 1 | 24 | 54 | 142 | 67 | 0 | 123 | 325 | 140 | 11 |
| Binary | 1 | 10100 | 101100 | 1100010 | 110111 | 0 | 1010011 | 11010101 | 1100000 | 1001 |
Color Harmonies of #01142C
Complementary color
Monochromatic Colors of #01142C
Black with #01142C
Text Example
Text Example
White with #01142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01142C; }
p { color: rgb(1,20,44); }
H1.HeaderClassName
{
color: #01142C;
}
.AnyTagClassName
{
color: #01142C;
}
</style>
background-color css
<style>
a { background-color: #01142C; }
a { background-color: rgb(1,20,44); }
div.DivClassName
{
background-color: #01142C;
}
.BgClassName
{
background-color: #01142C;
}
</style>
border-color css
<style>
span { border-color: #01142C; }
span { border-color: rgb(1,20,44); }
td.TdClassName
{
border-color: #01142C;
}
.TagClassName
{
border-color: #01142C;
}
</style>