Shades of Black Pearl #010B13
Tints of Black Pearl #010B13
RGB
CMYK
RGB Variations
Color information
#010B13 (or 0x010B13) is known color: Black Pearl. HEX triplet: 01, 0B and 13. RGB value is (1,11,19). Sum of RGB (Red+Green+Blue) = 1+11+19=31 (4% of max value = 765). Red value is 1 (0.78% from 255 or 3.23% from 31); Green value is 11 (4.69% from 255 or 35.48% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #010B13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010B13 is #FEF4EC. Grayscale: #080808. Windows color (decimal): -16708845 or 1248001. OLE color: 1248001.
HSL color Cylindrical-coordinate representation of color #010B13: hue angle of 206.67º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #010B13 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 1 | 11 | 19 | - |
| CMYK | 0.95 | 0.42 | 0 | 0.93 |
| HSL | 206.67º | 0.9% | 0.04% | - |
| HSV(B) | 206.67º | 0.95% | 0.07% | - |
| XYZ | 0.25 | 0.29 | 0.66 | - |
| YUV | 8.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 11 | 19 | 0.95 | 0.42 | 0 | 0.93 | 206.67 | 0.9 | 0.04 |
| Hex | 1 | B | 13 | 5F | 2A | 0 | 5D | CF | 5A | 4 |
| Octal | 1 | 13 | 23 | 137 | 52 | 0 | 135 | 317 | 132 | 4 |
| Binary | 1 | 1011 | 10011 | 1011111 | 101010 | 0 | 1011101 | 11001111 | 1011010 | 100 |
Color Harmonies of #010B13
Complementary color
Monochromatic Colors of #010B13
Black with #010B13
Text Example
Text Example
White with #010B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010B13; }
p { color: rgb(1,11,19); }
H1.HeaderClassName
{
color: #010B13;
}
.AnyTagClassName
{
color: #010B13;
}
</style>
background-color css
<style>
a { background-color: #010B13; }
a { background-color: rgb(1,11,19); }
div.DivClassName
{
background-color: #010B13;
}
.BgClassName
{
background-color: #010B13;
}
</style>
border-color css
<style>
span { border-color: #010B13; }
span { border-color: rgb(1,11,19); }
td.TdClassName
{
border-color: #010B13;
}
.TagClassName
{
border-color: #010B13;
}
</style>