Shades of Black Pearl #08141B
Tints of Black Pearl #08141B
RGB
CMYK
RGB Variations
Color information
#08141B (or 0x08141B) is known color: Black Pearl. HEX triplet: 08, 14 and 1B. RGB value is (8,20,27). Sum of RGB (Red+Green+Blue) = 8+20+27=55 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.55% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 27 (10.94% from 255 or 49.09% from 55); Max value from RGB is 27 - color contains mainly: blue. Hex color #08141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08141B is #F7EBE4. Grayscale: #111111. Windows color (decimal): -16247781 or 1774600. OLE color: 1774600.
HSL color Cylindrical-coordinate representation of color #08141B: hue angle of 202.11º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #08141B is Cyan = 0.70, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 20 | 27 | - |
| CMYK | 0.70 | 0.26 | 0 | 0.89 |
| HSL | 202.11º | 0.54% | 0.07% | - |
| HSV(B) | 202.11º | 0.7% | 0.11% | - |
| XYZ | 0.55 | 0.63 | 1.13 | - |
| YUV | 17.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 27 | 0.70 | 0.26 | 0 | 0.89 | 202.11 | 0.54 | 0.07 |
| Hex | 8 | 14 | 1B | 46 | 1A | 0 | 59 | CA | 36 | 7 |
| Octal | 10 | 24 | 33 | 106 | 32 | 0 | 131 | 312 | 66 | 7 |
| Binary | 1000 | 10100 | 11011 | 1000110 | 11010 | 0 | 1011001 | 11001010 | 110110 | 111 |
Color Harmonies of #08141B
Complementary color
Monochromatic Colors of #08141B
Black with #08141B
Text Example
Text Example
White with #08141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08141B; }
p { color: rgb(8,20,27); }
H1.HeaderClassName
{
color: #08141B;
}
.AnyTagClassName
{
color: #08141B;
}
</style>
background-color css
<style>
a { background-color: #08141B; }
a { background-color: rgb(8,20,27); }
div.DivClassName
{
background-color: #08141B;
}
.BgClassName
{
background-color: #08141B;
}
</style>
border-color css
<style>
span { border-color: #08141B; }
span { border-color: rgb(8,20,27); }
td.TdClassName
{
border-color: #08141B;
}
.TagClassName
{
border-color: #08141B;
}
</style>