Shades of Black Pearl #07181B
Tints of Black Pearl #07181B
RGB
CMYK
RGB Variations
Color information
#07181B (or 0x07181B) is known color: Black Pearl. HEX triplet: 07, 18 and 1B. RGB value is (7,24,27). Sum of RGB (Red+Green+Blue) = 7+24+27=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 27 (10.94% from 255 or 46.55% from 58); Max value from RGB is 27 - color contains mainly: blue. Hex color #07181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07181B is #F8E7E4. Grayscale: #131313. Windows color (decimal): -16312293 or 1775623. OLE color: 1775623.
HSL color Cylindrical-coordinate representation of color #07181B: hue angle of 189º 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 #07181B is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 7 | 24 | 27 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.89 |
| HSL | 189º | 0.59% | 0.07% | - |
| HSV(B) | 189º | 0.74% | 0.11% | - |
| XYZ | 0.61 | 0.78 | 1.15 | - |
| YUV | 19.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 27 | 0.74 | 0.11 | 0 | 0.89 | 189 | 0.59 | 0.07 |
| Hex | 7 | 18 | 1B | 4A | B | 0 | 59 | BD | 3B | 7 |
| Octal | 7 | 30 | 33 | 112 | 13 | 0 | 131 | 275 | 73 | 7 |
| Binary | 111 | 11000 | 11011 | 1001010 | 1011 | 0 | 1011001 | 10111101 | 111011 | 111 |
Color Harmonies of #07181B
Complementary color
Monochromatic Colors of #07181B
Black with #07181B
Text Example
Text Example
White with #07181B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07181B; }
p { color: rgb(7,24,27); }
H1.HeaderClassName
{
color: #07181B;
}
.AnyTagClassName
{
color: #07181B;
}
</style>
background-color css
<style>
a { background-color: #07181B; }
a { background-color: rgb(7,24,27); }
div.DivClassName
{
background-color: #07181B;
}
.BgClassName
{
background-color: #07181B;
}
</style>
border-color css
<style>
span { border-color: #07181B; }
span { border-color: rgb(7,24,27); }
td.TdClassName
{
border-color: #07181B;
}
.TagClassName
{
border-color: #07181B;
}
</style>