Shades of Black Pearl #010B0C
Tints of Black Pearl #010B0C
RGB
CMYK
RGB Variations
Color information
#010B0C (or 0x010B0C) is known color: Black Pearl. HEX triplet: 01, 0B and 0C. RGB value is (1,11,12). Sum of RGB (Red+Green+Blue) = 1+11+12=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 11 (4.69% from 255 or 45.83% from 24); Blue value is 12 (5.08% from 255 or 50% from 24); Max value from RGB is 12 - color contains mainly: blue. Hex color #010B0C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B0C is #FEF4F3. Grayscale: #080808. Windows color (decimal): -16708852 or 789249. OLE color: 789249.
HSL color Cylindrical-coordinate representation of color #010B0C: hue angle of 185.45º degrees, saturation: 0.85, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #010B0C is Cyan = 0.92, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 1 | 11 | 12 | - |
| CMYK | 0.92 | 0.08 | 0 | 0.95 |
| HSL | 185.45º | 0.85% | 0.03% | - |
| HSV(B) | 185.45º | 0.92% | 0.05% | - |
| XYZ | 0.2 | 0.27 | 0.39 | - |
| YUV | 8.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 12 | 0.92 | 0.08 | 0 | 0.95 | 185.45 | 0.85 | 0.03 |
| Hex | 1 | B | C | 5C | 8 | 0 | 5F | B9 | 55 | 3 |
| Octal | 1 | 13 | 14 | 134 | 10 | 0 | 137 | 271 | 125 | 3 |
| Binary | 1 | 1011 | 1100 | 1011100 | 1000 | 0 | 1011111 | 10111001 | 1010101 | 11 |
Color Harmonies of #010B0C
Complementary color
Monochromatic Colors of #010B0C
Black with #010B0C
Text Example
Text Example
White with #010B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B0C; }
p { color: rgb(1,11,12); }
H1.HeaderClassName
{
color: #010B0C;
}
.AnyTagClassName
{
color: #010B0C;
}
</style>
background-color css
<style>
a { background-color: #010B0C; }
a { background-color: rgb(1,11,12); }
div.DivClassName
{
background-color: #010B0C;
}
.BgClassName
{
background-color: #010B0C;
}
</style>
border-color css
<style>
span { border-color: #010B0C; }
span { border-color: rgb(1,11,12); }
td.TdClassName
{
border-color: #010B0C;
}
.TagClassName
{
border-color: #010B0C;
}
</style>