Shades of Black Pearl #07262E
Tints of Black Pearl #07262E
RGB
CMYK
RGB Variations
Color information
#07262E (or 0x07262E) is known color: Black Pearl. HEX triplet: 07, 26 and 2E. RGB value is (7,38,46). Sum of RGB (Red+Green+Blue) = 7+38+46=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #07262E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07262E is #F8D9D1. Grayscale: #1D1D1D. Windows color (decimal): -16308690 or 3024391. OLE color: 3024391.
HSL color Cylindrical-coordinate representation of color #07262E: hue angle of 192.31º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07262E is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 38 | 46 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.82 |
| HSL | 192.31º | 0.74% | 0.1% | - |
| HSV(B) | 192.31º | 0.85% | 0.18% | - |
| XYZ | 1.27 | 1.63 | 2.83 | - |
| YUV | 29.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 46 | 0.85 | 0.17 | 0 | 0.82 | 192.31 | 0.74 | 0.1 |
| Hex | 7 | 26 | 2E | 55 | 11 | 0 | 52 | C0 | 4A | A |
| Octal | 7 | 46 | 56 | 125 | 21 | 0 | 122 | 300 | 112 | 12 |
| Binary | 111 | 100110 | 101110 | 1010101 | 10001 | 0 | 1010010 | 11000000 | 1001010 | 1010 |
Color Harmonies of #07262E
Complementary color
Monochromatic Colors of #07262E
Black with #07262E
Text Example
Text Example
White with #07262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07262E; }
p { color: rgb(7,38,46); }
H1.HeaderClassName
{
color: #07262E;
}
.AnyTagClassName
{
color: #07262E;
}
</style>
background-color css
<style>
a { background-color: #07262E; }
a { background-color: rgb(7,38,46); }
div.DivClassName
{
background-color: #07262E;
}
.BgClassName
{
background-color: #07262E;
}
</style>
border-color css
<style>
span { border-color: #07262E; }
span { border-color: rgb(7,38,46); }
td.TdClassName
{
border-color: #07262E;
}
.TagClassName
{
border-color: #07262E;
}
</style>