Shades of Black Pearl #00101D
Tints of Black Pearl #00101D
RGB
CMYK
RGB Variations
Color information
#00101D (or 0x00101D) is known color: Black Pearl. HEX triplet: 00, 10 and 1D. RGB value is (0,16,29). Sum of RGB (Red+Green+Blue) = 0+16+29=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 29 (11.72% from 255 or 64.44% from 45); Max value from RGB is 29 - color contains mainly: blue. Hex color #00101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00101D is #FFEFE2. Grayscale: #0C0C0C. Windows color (decimal): -16773091 or 1904640. OLE color: 1904640.
HSL color Cylindrical-coordinate representation of color #00101D: hue angle of 206.9º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00101D is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 16 | 29 | - |
| CMYK | 1 | 0.45 | 0 | 0.89 |
| HSL | 206.9º | 1% | 0.06% | - |
| HSV(B) | 206.9º | 1% | 0.11% | - |
| XYZ | 0.41 | 0.46 | 1.23 | - |
| YUV | 12.7 | 137.2 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 29 | 1 | 0.45 | 0 | 0.89 | 206.9 | 1 | 0.06 |
| Hex | 0 | 10 | 1D | 64 | 2D | 0 | 59 | CF | 64 | 6 |
| Octal | 0 | 20 | 35 | 144 | 55 | 0 | 131 | 317 | 144 | 6 |
| Binary | 0 | 10000 | 11101 | 1100100 | 101101 | 0 | 1011001 | 11001111 | 1100100 | 110 |
Color Harmonies of #00101D
Complementary color
Monochromatic Colors of #00101D
Black with #00101D
Text Example
Text Example
White with #00101D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00101D; }
p { color: rgb(0,16,29); }
H1.HeaderClassName
{
color: #00101D;
}
.AnyTagClassName
{
color: #00101D;
}
</style>
background-color css
<style>
a { background-color: #00101D; }
a { background-color: rgb(0,16,29); }
div.DivClassName
{
background-color: #00101D;
}
.BgClassName
{
background-color: #00101D;
}
</style>
border-color css
<style>
span { border-color: #00101D; }
span { border-color: rgb(0,16,29); }
td.TdClassName
{
border-color: #00101D;
}
.TagClassName
{
border-color: #00101D;
}
</style>