Shades of Black Pearl #061012
Tints of Black Pearl #061012
RGB
CMYK
RGB Variations
Color information
#061012 (or 0x061012) is known color: Black Pearl. HEX triplet: 06, 10 and 12. RGB value is (6,16,18). Sum of RGB (Red+Green+Blue) = 6+16+18=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 16 (6.64% from 255 or 40% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: blue. Hex color #061012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061012 is #F9EFED. Grayscale: #0D0D0D. Windows color (decimal): -16379886 or 1183750. OLE color: 1183750.
HSL color Cylindrical-coordinate representation of color #061012: hue angle of 190º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #061012 is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 6 | 16 | 18 | - |
| CMYK | 0.67 | 0.11 | 0 | 0.93 |
| HSL | 190º | 0.5% | 0.05% | - |
| HSV(B) | 190º | 0.67% | 0.07% | - |
| XYZ | 0.37 | 0.45 | 0.64 | - |
| YUV | 13.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 16 | 18 | 0.67 | 0.11 | 0 | 0.93 | 190 | 0.5 | 0.05 |
| Hex | 6 | 10 | 12 | 43 | B | 0 | 5D | BE | 32 | 5 |
| Octal | 6 | 20 | 22 | 103 | 13 | 0 | 135 | 276 | 62 | 5 |
| Binary | 110 | 10000 | 10010 | 1000011 | 1011 | 0 | 1011101 | 10111110 | 110010 | 101 |
Color Harmonies of #061012
Complementary color
Monochromatic Colors of #061012
Black with #061012
Text Example
Text Example
White with #061012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061012; }
p { color: rgb(6,16,18); }
H1.HeaderClassName
{
color: #061012;
}
.AnyTagClassName
{
color: #061012;
}
</style>
background-color css
<style>
a { background-color: #061012; }
a { background-color: rgb(6,16,18); }
div.DivClassName
{
background-color: #061012;
}
.BgClassName
{
background-color: #061012;
}
</style>
border-color css
<style>
span { border-color: #061012; }
span { border-color: rgb(6,16,18); }
td.TdClassName
{
border-color: #061012;
}
.TagClassName
{
border-color: #061012;
}
</style>