Shades of Black Pearl #07101B
Tints of Black Pearl #07101B
RGB
CMYK
RGB Variations
Color information
#07101B (or 0x07101B) is known color: Black Pearl. HEX triplet: 07, 10 and 1B. RGB value is (7,16,27). Sum of RGB (Red+Green+Blue) = 7+16+27=50 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14% from 50); Green value is 16 (6.64% from 255 or 32% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #07101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07101B is #F8EFE4. Grayscale: #0E0E0E. Windows color (decimal): -16314341 or 1773575. OLE color: 1773575.
HSL color Cylindrical-coordinate representation of color #07101B: hue angle of 213º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #07101B is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 16 | 27 | - |
| CMYK | 0.74 | 0.41 | 0 | 0.89 |
| HSL | 213º | 0.59% | 0.07% | - |
| HSV(B) | 213º | 0.74% | 0.11% | - |
| XYZ | 0.47 | 0.49 | 1.11 | - |
| YUV | 14.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 16 | 27 | 0.74 | 0.41 | 0 | 0.89 | 213 | 0.59 | 0.07 |
| Hex | 7 | 10 | 1B | 4A | 29 | 0 | 59 | D5 | 3B | 7 |
| Octal | 7 | 20 | 33 | 112 | 51 | 0 | 131 | 325 | 73 | 7 |
| Binary | 111 | 10000 | 11011 | 1001010 | 101001 | 0 | 1011001 | 11010101 | 111011 | 111 |
Color Harmonies of #07101B
Complementary color
Monochromatic Colors of #07101B
Black with #07101B
Text Example
Text Example
White with #07101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07101B; }
p { color: rgb(7,16,27); }
H1.HeaderClassName
{
color: #07101B;
}
.AnyTagClassName
{
color: #07101B;
}
</style>
background-color css
<style>
a { background-color: #07101B; }
a { background-color: rgb(7,16,27); }
div.DivClassName
{
background-color: #07101B;
}
.BgClassName
{
background-color: #07101B;
}
</style>
border-color css
<style>
span { border-color: #07101B; }
span { border-color: rgb(7,16,27); }
td.TdClassName
{
border-color: #07101B;
}
.TagClassName
{
border-color: #07101B;
}
</style>