Shades of Black Pearl #01141B
Tints of Black Pearl #01141B
RGB
CMYK
RGB Variations
Color information
#01141B (or 0x01141B) is known color: Black Pearl. HEX triplet: 01, 14 and 1B. RGB value is (1,20,27). Sum of RGB (Red+Green+Blue) = 1+20+27=48 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.08% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #01141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01141B is #FEEBE4. Grayscale: #0F0F0F. Windows color (decimal): -16706533 or 1774593. OLE color: 1774593.
HSL color Cylindrical-coordinate representation of color #01141B: hue angle of 196.15º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #01141B is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 20 | 27 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.89 |
| HSL | 196.15º | 0.93% | 0.05% | - |
| HSV(B) | 196.15º | 0.96% | 0.11% | - |
| XYZ | 0.46 | 0.59 | 1.13 | - |
| YUV | 15.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 20 | 27 | 0.96 | 0.26 | 0 | 0.89 | 196.15 | 0.93 | 0.05 |
| Hex | 1 | 14 | 1B | 60 | 1A | 0 | 59 | C4 | 5D | 5 |
| Octal | 1 | 24 | 33 | 140 | 32 | 0 | 131 | 304 | 135 | 5 |
| Binary | 1 | 10100 | 11011 | 1100000 | 11010 | 0 | 1011001 | 11000100 | 1011101 | 101 |
Color Harmonies of #01141B
Complementary color
Monochromatic Colors of #01141B
Black with #01141B
Text Example
Text Example
White with #01141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01141B; }
p { color: rgb(1,20,27); }
H1.HeaderClassName
{
color: #01141B;
}
.AnyTagClassName
{
color: #01141B;
}
</style>
background-color css
<style>
a { background-color: #01141B; }
a { background-color: rgb(1,20,27); }
div.DivClassName
{
background-color: #01141B;
}
.BgClassName
{
background-color: #01141B;
}
</style>
border-color css
<style>
span { border-color: #01141B; }
span { border-color: rgb(1,20,27); }
td.TdClassName
{
border-color: #01141B;
}
.TagClassName
{
border-color: #01141B;
}
</style>