Shades of Black Pearl #07141C
Tints of Black Pearl #07141C
RGB
CMYK
RGB Variations
Color information
#07141C (or 0x07141C) is known color: Black Pearl. HEX triplet: 07, 14 and 1C. RGB value is (7,20,28). Sum of RGB (Red+Green+Blue) = 7+20+28=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #07141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07141C is #F8EBE3. Grayscale: #101010. Windows color (decimal): -16313316 or 1840135. OLE color: 1840135.
HSL color Cylindrical-coordinate representation of color #07141C: hue angle of 202.86º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #07141C is Cyan = 0.75, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 20 | 28 | - |
| CMYK | 0.75 | 0.29 | 0 | 0.89 |
| HSL | 202.86º | 0.6% | 0.07% | - |
| HSV(B) | 202.86º | 0.75% | 0.11% | - |
| XYZ | 0.55 | 0.63 | 1.19 | - |
| YUV | 17.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 28 | 0.75 | 0.29 | 0 | 0.89 | 202.86 | 0.6 | 0.07 |
| Hex | 7 | 14 | 1C | 4B | 1D | 0 | 59 | CB | 3C | 7 |
| Octal | 7 | 24 | 34 | 113 | 35 | 0 | 131 | 313 | 74 | 7 |
| Binary | 111 | 10100 | 11100 | 1001011 | 11101 | 0 | 1011001 | 11001011 | 111100 | 111 |
Color Harmonies of #07141C
Complementary color
Monochromatic Colors of #07141C
Black with #07141C
Text Example
Text Example
White with #07141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07141C; }
p { color: rgb(7,20,28); }
H1.HeaderClassName
{
color: #07141C;
}
.AnyTagClassName
{
color: #07141C;
}
</style>
background-color css
<style>
a { background-color: #07141C; }
a { background-color: rgb(7,20,28); }
div.DivClassName
{
background-color: #07141C;
}
.BgClassName
{
background-color: #07141C;
}
</style>
border-color css
<style>
span { border-color: #07141C; }
span { border-color: rgb(7,20,28); }
td.TdClassName
{
border-color: #07141C;
}
.TagClassName
{
border-color: #07141C;
}
</style>