Shades of Black Pearl #08141C
Tints of Black Pearl #08141C
RGB
CMYK
RGB Variations
Color information
#08141C (or 0x08141C) is known color: Black Pearl. HEX triplet: 08, 14 and 1C. RGB value is (8,20,28). Sum of RGB (Red+Green+Blue) = 8+20+28=56 (7% of max value = 765). Red value is 8 (3.52% from 255 or 14.29% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #08141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08141C is #F7EBE3. Grayscale: #111111. Windows color (decimal): -16247780 or 1840136. OLE color: 1840136.
HSL color Cylindrical-coordinate representation of color #08141C: hue angle of 204º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #08141C is Cyan = 0.71, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 8 | 20 | 28 | - |
| CMYK | 0.71 | 0.29 | 0 | 0.89 |
| HSL | 204º | 0.56% | 0.07% | - |
| HSV(B) | 204º | 0.71% | 0.11% | - |
| XYZ | 0.56 | 0.64 | 1.19 | - |
| YUV | 17.32 | 134.02 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 28 | 0.71 | 0.29 | 0 | 0.89 | 204 | 0.56 | 0.07 |
| Hex | 8 | 14 | 1C | 47 | 1D | 0 | 59 | CC | 38 | 7 |
| Octal | 10 | 24 | 34 | 107 | 35 | 0 | 131 | 314 | 70 | 7 |
| Binary | 1000 | 10100 | 11100 | 1000111 | 11101 | 0 | 1011001 | 11001100 | 111000 | 111 |
Color Harmonies of #08141C
Complementary color
Monochromatic Colors of #08141C
Black with #08141C
Text Example
Text Example
White with #08141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08141C; }
p { color: rgb(8,20,28); }
H1.HeaderClassName
{
color: #08141C;
}
.AnyTagClassName
{
color: #08141C;
}
</style>
background-color css
<style>
a { background-color: #08141C; }
a { background-color: rgb(8,20,28); }
div.DivClassName
{
background-color: #08141C;
}
.BgClassName
{
background-color: #08141C;
}
</style>
border-color css
<style>
span { border-color: #08141C; }
span { border-color: rgb(8,20,28); }
td.TdClassName
{
border-color: #08141C;
}
.TagClassName
{
border-color: #08141C;
}
</style>