Shades of Black Pearl #010E1B
Tints of Black Pearl #010E1B
RGB
CMYK
RGB Variations
Color information
#010E1B (or 0x010E1B) is known color: Black Pearl. HEX triplet: 01, 0E and 1B. RGB value is (1,14,27). Sum of RGB (Red+Green+Blue) = 1+14+27=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 14 (5.86% from 255 or 33.33% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #010E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010E1B is #FEF1E4. Grayscale: #0B0B0B. Windows color (decimal): -16708069 or 1773057. OLE color: 1773057.
HSL color Cylindrical-coordinate representation of color #010E1B: hue angle of 210º 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 #010E1B is Cyan = 0.96, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 14 | 27 | - |
| CMYK | 0.96 | 0.48 | 0 | 0.89 |
| HSL | 210º | 0.93% | 0.05% | - |
| HSV(B) | 210º | 0.96% | 0.11% | - |
| XYZ | 0.37 | 0.4 | 1.09 | - |
| YUV | 11.6 | 136.69 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 14 | 27 | 0.96 | 0.48 | 0 | 0.89 | 210 | 0.93 | 0.05 |
| Hex | 1 | E | 1B | 60 | 30 | 0 | 59 | D2 | 5D | 5 |
| Octal | 1 | 16 | 33 | 140 | 60 | 0 | 131 | 322 | 135 | 5 |
| Binary | 1 | 1110 | 11011 | 1100000 | 110000 | 0 | 1011001 | 11010010 | 1011101 | 101 |
Color Harmonies of #010E1B
Complementary color
Monochromatic Colors of #010E1B
Black with #010E1B
Text Example
Text Example
White with #010E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010E1B; }
p { color: rgb(1,14,27); }
H1.HeaderClassName
{
color: #010E1B;
}
.AnyTagClassName
{
color: #010E1B;
}
</style>
background-color css
<style>
a { background-color: #010E1B; }
a { background-color: rgb(1,14,27); }
div.DivClassName
{
background-color: #010E1B;
}
.BgClassName
{
background-color: #010E1B;
}
</style>
border-color css
<style>
span { border-color: #010E1B; }
span { border-color: rgb(1,14,27); }
td.TdClassName
{
border-color: #010E1B;
}
.TagClassName
{
border-color: #010E1B;
}
</style>