Shades of Black Pearl #010B15
Tints of Black Pearl #010B15
RGB
CMYK
RGB Variations
Color information
#010B15 (or 0x010B15) is known color: Black Pearl. HEX triplet: 01, 0B and 15. RGB value is (1,11,21). Sum of RGB (Red+Green+Blue) = 1+11+21=33 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.03% from 33); Green value is 11 (4.69% from 255 or 33.33% from 33); Blue value is 21 (8.59% from 255 or 63.64% from 33); Max value from RGB is 21 - color contains mainly: blue. Hex color #010B15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B15 is #FEF4EA. Grayscale: #090909. Windows color (decimal): -16708843 or 1379073. OLE color: 1379073.
HSL color Cylindrical-coordinate representation of color #010B15: hue angle of 210º degrees, saturation: 0.91, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010B15 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 1 | 11 | 21 | - |
| CMYK | 0.95 | 0.48 | 0 | 0.92 |
| HSL | 210º | 0.91% | 0.04% | - |
| HSV(B) | 210º | 0.95% | 0.08% | - |
| XYZ | 0.27 | 0.3 | 0.75 | - |
| YUV | 9.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 21 | 0.95 | 0.48 | 0 | 0.92 | 210 | 0.91 | 0.04 |
| Hex | 1 | B | 15 | 5F | 30 | 0 | 5C | D2 | 5B | 4 |
| Octal | 1 | 13 | 25 | 137 | 60 | 0 | 134 | 322 | 133 | 4 |
| Binary | 1 | 1011 | 10101 | 1011111 | 110000 | 0 | 1011100 | 11010010 | 1011011 | 100 |
Color Harmonies of #010B15
Complementary color
Monochromatic Colors of #010B15
Black with #010B15
Text Example
Text Example
White with #010B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B15; }
p { color: rgb(1,11,21); }
H1.HeaderClassName
{
color: #010B15;
}
.AnyTagClassName
{
color: #010B15;
}
</style>
background-color css
<style>
a { background-color: #010B15; }
a { background-color: rgb(1,11,21); }
div.DivClassName
{
background-color: #010B15;
}
.BgClassName
{
background-color: #010B15;
}
</style>
border-color css
<style>
span { border-color: #010B15; }
span { border-color: rgb(1,11,21); }
td.TdClassName
{
border-color: #010B15;
}
.TagClassName
{
border-color: #010B15;
}
</style>