Shades of Black Pearl #08192B
Tints of Black Pearl #08192B
RGB
CMYK
RGB Variations
Color information
#08192B (or 0x08192B) is known color: Black Pearl. HEX triplet: 08, 19 and 2B. RGB value is (8,25,43). Sum of RGB (Red+Green+Blue) = 8+25+43=76 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.53% from 76); Green value is 25 (10.16% from 255 or 32.89% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #08192B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08192B is #F7E6D4. Grayscale: #151515. Windows color (decimal): -16246485 or 2824456. OLE color: 2824456.
HSL color Cylindrical-coordinate representation of color #08192B: hue angle of 210.86º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #08192B is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 25 | 43 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.83 |
| HSL | 210.86º | 0.69% | 0.1% | - |
| HSV(B) | 210.86º | 0.81% | 0.17% | - |
| XYZ | 0.88 | 0.92 | 2.42 | - |
| YUV | 21.97 | 139.87 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 25 | 43 | 0.81 | 0.42 | 0 | 0.83 | 210.86 | 0.69 | 0.1 |
| Hex | 8 | 19 | 2B | 51 | 2A | 0 | 53 | D3 | 45 | A |
| Octal | 10 | 31 | 53 | 121 | 52 | 0 | 123 | 323 | 105 | 12 |
| Binary | 1000 | 11001 | 101011 | 1010001 | 101010 | 0 | 1010011 | 11010011 | 1000101 | 1010 |
Color Harmonies of #08192B
Complementary color
Monochromatic Colors of #08192B
Black with #08192B
Text Example
Text Example
White with #08192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08192B; }
p { color: rgb(8,25,43); }
H1.HeaderClassName
{
color: #08192B;
}
.AnyTagClassName
{
color: #08192B;
}
</style>
background-color css
<style>
a { background-color: #08192B; }
a { background-color: rgb(8,25,43); }
div.DivClassName
{
background-color: #08192B;
}
.BgClassName
{
background-color: #08192B;
}
</style>
border-color css
<style>
span { border-color: #08192B; }
span { border-color: rgb(8,25,43); }
td.TdClassName
{
border-color: #08192B;
}
.TagClassName
{
border-color: #08192B;
}
</style>