Shades of Black Pearl #08262E
Tints of Black Pearl #08262E
RGB
CMYK
RGB Variations
Color information
#08262E (or 0x08262E) is known color: Black Pearl. HEX triplet: 08, 26 and 2E. RGB value is (8,38,46). Sum of RGB (Red+Green+Blue) = 8+38+46=92 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.70% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #08262E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08262E is #F7D9D1. Grayscale: #1D1D1D. Windows color (decimal): -16243154 or 3024392. OLE color: 3024392.
HSL color Cylindrical-coordinate representation of color #08262E: hue angle of 192.63º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08262E is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 38 | 46 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.82 |
| HSL | 192.63º | 0.7% | 0.11% | - |
| HSV(B) | 192.63º | 0.83% | 0.18% | - |
| XYZ | 1.29 | 1.64 | 2.83 | - |
| YUV | 29.94 | 137.06 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 46 | 0.83 | 0.17 | 0 | 0.82 | 192.63 | 0.7 | 0.11 |
| Hex | 8 | 26 | 2E | 53 | 11 | 0 | 52 | C1 | 46 | B |
| Octal | 10 | 46 | 56 | 123 | 21 | 0 | 122 | 301 | 106 | 13 |
| Binary | 1000 | 100110 | 101110 | 1010011 | 10001 | 0 | 1010010 | 11000001 | 1000110 | 1011 |
Color Harmonies of #08262E
Complementary color
Monochromatic Colors of #08262E
Black with #08262E
Text Example
Text Example
White with #08262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08262E; }
p { color: rgb(8,38,46); }
H1.HeaderClassName
{
color: #08262E;
}
.AnyTagClassName
{
color: #08262E;
}
</style>
background-color css
<style>
a { background-color: #08262E; }
a { background-color: rgb(8,38,46); }
div.DivClassName
{
background-color: #08262E;
}
.BgClassName
{
background-color: #08262E;
}
</style>
border-color css
<style>
span { border-color: #08262E; }
span { border-color: rgb(8,38,46); }
td.TdClassName
{
border-color: #08262E;
}
.TagClassName
{
border-color: #08262E;
}
</style>