Shades of Black Pearl #010B17
Tints of Black Pearl #010B17
RGB
CMYK
RGB Variations
Color information
#010B17 (or 0x010B17) is known color: Black Pearl. HEX triplet: 01, 0B and 17. RGB value is (1,11,23). Sum of RGB (Red+Green+Blue) = 1+11+23=35 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.86% from 35); Green value is 11 (4.69% from 255 or 31.43% from 35); Blue value is 23 (9.38% from 255 or 65.71% from 35); Max value from RGB is 23 - color contains mainly: blue. Hex color #010B17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B17 is #FEF4E8. Grayscale: #090909. Windows color (decimal): -16708841 or 1510145. OLE color: 1510145.
HSL color Cylindrical-coordinate representation of color #010B17: hue angle of 212.73º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #010B17 is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 1 | 11 | 23 | - |
| CMYK | 0.96 | 0.52 | 0 | 0.91 |
| HSL | 212.73º | 0.92% | 0.05% | - |
| HSV(B) | 212.73º | 0.96% | 0.09% | - |
| XYZ | 0.29 | 0.31 | 0.85 | - |
| YUV | 9.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 23 | 0.96 | 0.52 | 0 | 0.91 | 212.73 | 0.92 | 0.05 |
| Hex | 1 | B | 17 | 60 | 34 | 0 | 5B | D5 | 5C | 5 |
| Octal | 1 | 13 | 27 | 140 | 64 | 0 | 133 | 325 | 134 | 5 |
| Binary | 1 | 1011 | 10111 | 1100000 | 110100 | 0 | 1011011 | 11010101 | 1011100 | 101 |
Color Harmonies of #010B17
Complementary color
Monochromatic Colors of #010B17
Black with #010B17
Text Example
Text Example
White with #010B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B17; }
p { color: rgb(1,11,23); }
H1.HeaderClassName
{
color: #010B17;
}
.AnyTagClassName
{
color: #010B17;
}
</style>
background-color css
<style>
a { background-color: #010B17; }
a { background-color: rgb(1,11,23); }
div.DivClassName
{
background-color: #010B17;
}
.BgClassName
{
background-color: #010B17;
}
</style>
border-color css
<style>
span { border-color: #010B17; }
span { border-color: rgb(1,11,23); }
td.TdClassName
{
border-color: #010B17;
}
.TagClassName
{
border-color: #010B17;
}
</style>