Shades of Black Pearl #00131A
Tints of Black Pearl #00131A
RGB
CMYK
RGB Variations
Color information
#00131A (or 0x00131A) is known color: Black Pearl. HEX triplet: 00, 13 and 1A. RGB value is (0,19,26). Sum of RGB (Red+Green+Blue) = 0+19+26=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 26 (10.55% from 255 or 57.78% from 45); Max value from RGB is 26 - color contains mainly: blue. Hex color #00131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00131A is #FFECE5. Grayscale: #0E0E0E. Windows color (decimal): -16772326 or 1708800. OLE color: 1708800.
HSL color Cylindrical-coordinate representation of color #00131A: hue angle of 196.15º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00131A is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 0 | 19 | 26 | - |
| CMYK | 1 | 0.27 | 0 | 0.90 |
| HSL | 196.15º | 1% | 0.05% | - |
| HSV(B) | 196.15º | 1% | 0.1% | - |
| XYZ | 0.42 | 0.54 | 1.06 | - |
| YUV | 14.12 | 134.71 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 26 | 1 | 0.27 | 0 | 0.90 | 196.15 | 1 | 0.05 |
| Hex | 0 | 13 | 1A | 64 | 1B | 0 | 5A | C4 | 64 | 5 |
| Octal | 0 | 23 | 32 | 144 | 33 | 0 | 132 | 304 | 144 | 5 |
| Binary | 0 | 10011 | 11010 | 1100100 | 11011 | 0 | 1011010 | 11000100 | 1100100 | 101 |
Color Harmonies of #00131A
Complementary color
Monochromatic Colors of #00131A
Black with #00131A
Text Example
Text Example
White with #00131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00131A; }
p { color: rgb(0,19,26); }
H1.HeaderClassName
{
color: #00131A;
}
.AnyTagClassName
{
color: #00131A;
}
</style>
background-color css
<style>
a { background-color: #00131A; }
a { background-color: rgb(0,19,26); }
div.DivClassName
{
background-color: #00131A;
}
.BgClassName
{
background-color: #00131A;
}
</style>
border-color css
<style>
span { border-color: #00131A; }
span { border-color: rgb(0,19,26); }
td.TdClassName
{
border-color: #00131A;
}
.TagClassName
{
border-color: #00131A;
}
</style>