Shades of Black Pearl #060B0D
Tints of Black Pearl #060B0D
RGB
CMYK
RGB Variations
Color information
#060B0D (or 0x060B0D) is known color: Black Pearl. HEX triplet: 06, 0B and 0D. RGB value is (6,11,13). Sum of RGB (Red+Green+Blue) = 6+11+13=30 (3% of max value = 765). Red value is 6 (2.73% from 255 or 20% from 30); Green value is 11 (4.69% from 255 or 36.67% from 30); Blue value is 13 (5.47% from 255 or 43.33% from 30); Max value from RGB is 13 - color contains mainly: blue. Hex color #060B0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060B0D is #F9F4F2. Grayscale: #090909. Windows color (decimal): -16381171 or 854790. OLE color: 854790.
HSL color Cylindrical-coordinate representation of color #060B0D: hue angle of 197.14º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #060B0D is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 6 | 11 | 13 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.95 |
| HSL | 197.14º | 0.37% | 0.04% | - |
| HSV(B) | 197.14º | 0.54% | 0.05% | - |
| XYZ | 0.27 | 0.31 | 0.43 | - |
| YUV | 9.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 11 | 13 | 0.54 | 0.15 | 0 | 0.95 | 197.14 | 0.37 | 0.04 |
| Hex | 6 | B | D | 36 | F | 0 | 5F | C5 | 25 | 4 |
| Octal | 6 | 13 | 15 | 66 | 17 | 0 | 137 | 305 | 45 | 4 |
| Binary | 110 | 1011 | 1101 | 110110 | 1111 | 0 | 1011111 | 11000101 | 100101 | 100 |
Color Harmonies of #060B0D
Complementary color
Monochromatic Colors of #060B0D
Black with #060B0D
Text Example
Text Example
White with #060B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060B0D; }
p { color: rgb(6,11,13); }
H1.HeaderClassName
{
color: #060B0D;
}
.AnyTagClassName
{
color: #060B0D;
}
</style>
background-color css
<style>
a { background-color: #060B0D; }
a { background-color: rgb(6,11,13); }
div.DivClassName
{
background-color: #060B0D;
}
.BgClassName
{
background-color: #060B0D;
}
</style>
border-color css
<style>
span { border-color: #060B0D; }
span { border-color: rgb(6,11,13); }
td.TdClassName
{
border-color: #060B0D;
}
.TagClassName
{
border-color: #060B0D;
}
</style>