Shades of Black Pearl #07182A
Tints of Black Pearl #07182A
RGB
CMYK
RGB Variations
Color information
#07182A (or 0x07182A) is known color: Black Pearl. HEX triplet: 07, 18 and 2A. RGB value is (7,24,42). Sum of RGB (Red+Green+Blue) = 7+24+42=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 24 (9.77% from 255 or 32.88% from 73); Blue value is 42 (16.80% from 255 or 57.53% from 73); Max value from RGB is 42 - color contains mainly: blue. Hex color #07182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07182A is #F8E7D5. Grayscale: #141414. Windows color (decimal): -16312278 or 2758663. OLE color: 2758663.
HSL color Cylindrical-coordinate representation of color #07182A: hue angle of 210.86º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #07182A is Cyan = 0.83, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 24 | 42 | - |
| CMYK | 0.83 | 0.43 | 0 | 0.84 |
| HSL | 210.86º | 0.71% | 0.1% | - |
| HSV(B) | 210.86º | 0.83% | 0.16% | - |
| XYZ | 0.83 | 0.87 | 2.31 | - |
| YUV | 20.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 42 | 0.83 | 0.43 | 0 | 0.84 | 210.86 | 0.71 | 0.1 |
| Hex | 7 | 18 | 2A | 53 | 2B | 0 | 54 | D3 | 47 | A |
| Octal | 7 | 30 | 52 | 123 | 53 | 0 | 124 | 323 | 107 | 12 |
| Binary | 111 | 11000 | 101010 | 1010011 | 101011 | 0 | 1010100 | 11010011 | 1000111 | 1010 |
Color Harmonies of #07182A
Complementary color
Monochromatic Colors of #07182A
Black with #07182A
Text Example
Text Example
White with #07182A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07182A; }
p { color: rgb(7,24,42); }
H1.HeaderClassName
{
color: #07182A;
}
.AnyTagClassName
{
color: #07182A;
}
</style>
background-color css
<style>
a { background-color: #07182A; }
a { background-color: rgb(7,24,42); }
div.DivClassName
{
background-color: #07182A;
}
.BgClassName
{
background-color: #07182A;
}
</style>
border-color css
<style>
span { border-color: #07182A; }
span { border-color: rgb(7,24,42); }
td.TdClassName
{
border-color: #07182A;
}
.TagClassName
{
border-color: #07182A;
}
</style>