Shades of Black Pearl #07182F
Tints of Black Pearl #07182F
RGB
CMYK
RGB Variations
Color information
#07182F (or 0x07182F) is known color: Black Pearl. HEX triplet: 07, 18 and 2F. RGB value is (7,24,47). Sum of RGB (Red+Green+Blue) = 7+24+47=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 24 (9.77% from 255 or 30.77% from 78); Blue value is 47 (18.75% from 255 or 60.26% from 78); Max value from RGB is 47 - color contains mainly: blue. Hex color #07182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07182F is #F8E7D0. Grayscale: #151515. Windows color (decimal): -16312273 or 3086343. OLE color: 3086343.
HSL color Cylindrical-coordinate representation of color #07182F: hue angle of 214.5º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07182F is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 24 | 47 | - |
| CMYK | 0.85 | 0.49 | 0 | 0.82 |
| HSL | 214.5º | 0.74% | 0.11% | - |
| HSV(B) | 214.5º | 0.85% | 0.18% | - |
| XYZ | 0.93 | 0.9 | 2.81 | - |
| YUV | 21.54 | 142.37 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 47 | 0.85 | 0.49 | 0 | 0.82 | 214.5 | 0.74 | 0.11 |
| Hex | 7 | 18 | 2F | 55 | 31 | 0 | 52 | D6 | 4A | B |
| Octal | 7 | 30 | 57 | 125 | 61 | 0 | 122 | 326 | 112 | 13 |
| Binary | 111 | 11000 | 101111 | 1010101 | 110001 | 0 | 1010010 | 11010110 | 1001010 | 1011 |
Color Harmonies of #07182F
Complementary color
Monochromatic Colors of #07182F
Black with #07182F
Text Example
Text Example
White with #07182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07182F; }
p { color: rgb(7,24,47); }
H1.HeaderClassName
{
color: #07182F;
}
.AnyTagClassName
{
color: #07182F;
}
</style>
background-color css
<style>
a { background-color: #07182F; }
a { background-color: rgb(7,24,47); }
div.DivClassName
{
background-color: #07182F;
}
.BgClassName
{
background-color: #07182F;
}
</style>
border-color css
<style>
span { border-color: #07182F; }
span { border-color: rgb(7,24,47); }
td.TdClassName
{
border-color: #07182F;
}
.TagClassName
{
border-color: #07182F;
}
</style>