Shades of Black Pearl #01141C
Tints of Black Pearl #01141C
RGB
CMYK
RGB Variations
Color information
#01141C (or 0x01141C) is known color: Black Pearl. HEX triplet: 01, 14 and 1C. RGB value is (1,20,28). Sum of RGB (Red+Green+Blue) = 1+20+28=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 28 (11.33% from 255 or 57.14% from 49); Max value from RGB is 28 - color contains mainly: blue. Hex color #01141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01141C is #FEEBE3. Grayscale: #0F0F0F. Windows color (decimal): -16706532 or 1840129. OLE color: 1840129.
HSL color Cylindrical-coordinate representation of color #01141C: hue angle of 197.78º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01141C is Cyan = 0.96, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 20 | 28 | - |
| CMYK | 0.96 | 0.29 | 0 | 0.89 |
| HSL | 197.78º | 0.93% | 0.06% | - |
| HSV(B) | 197.78º | 0.96% | 0.11% | - |
| XYZ | 0.47 | 0.59 | 1.19 | - |
| YUV | 15.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 28 | 0.96 | 0.29 | 0 | 0.89 | 197.78 | 0.93 | 0.06 |
| Hex | 1 | 14 | 1C | 60 | 1D | 0 | 59 | C6 | 5D | 6 |
| Octal | 1 | 24 | 34 | 140 | 35 | 0 | 131 | 306 | 135 | 6 |
| Binary | 1 | 10100 | 11100 | 1100000 | 11101 | 0 | 1011001 | 11000110 | 1011101 | 110 |
Color Harmonies of #01141C
Complementary color
Monochromatic Colors of #01141C
Black with #01141C
Text Example
Text Example
White with #01141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01141C; }
p { color: rgb(1,20,28); }
H1.HeaderClassName
{
color: #01141C;
}
.AnyTagClassName
{
color: #01141C;
}
</style>
background-color css
<style>
a { background-color: #01141C; }
a { background-color: rgb(1,20,28); }
div.DivClassName
{
background-color: #01141C;
}
.BgClassName
{
background-color: #01141C;
}
</style>
border-color css
<style>
span { border-color: #01141C; }
span { border-color: rgb(1,20,28); }
td.TdClassName
{
border-color: #01141C;
}
.TagClassName
{
border-color: #01141C;
}
</style>