Shades of Black Pearl #00101E
Tints of Black Pearl #00101E
RGB
CMYK
RGB Variations
Color information
#00101E (or 0x00101E) is known color: Black Pearl. HEX triplet: 00, 10 and 1E. RGB value is (0,16,30). Sum of RGB (Red+Green+Blue) = 0+16+30=46 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 30 (12.11% from 255 or 65.22% from 46); Max value from RGB is 30 - color contains mainly: blue. Hex color #00101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00101E is #FFEFE1. Grayscale: #0C0C0C. Windows color (decimal): -16773090 or 1970176. OLE color: 1970176.
HSL color Cylindrical-coordinate representation of color #00101E: hue angle of 208º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00101E is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 16 | 30 | - |
| CMYK | 1 | 0.47 | 0 | 0.88 |
| HSL | 208º | 1% | 0.06% | - |
| HSV(B) | 208º | 1% | 0.12% | - |
| XYZ | 0.42 | 0.46 | 1.3 | - |
| YUV | 12.81 | 137.7 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 30 | 1 | 0.47 | 0 | 0.88 | 208 | 1 | 0.06 |
| Hex | 0 | 10 | 1E | 64 | 2F | 0 | 58 | D0 | 64 | 6 |
| Octal | 0 | 20 | 36 | 144 | 57 | 0 | 130 | 320 | 144 | 6 |
| Binary | 0 | 10000 | 11110 | 1100100 | 101111 | 0 | 1011000 | 11010000 | 1100100 | 110 |
Color Harmonies of #00101E
Complementary color
Monochromatic Colors of #00101E
Black with #00101E
Text Example
Text Example
White with #00101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00101E; }
p { color: rgb(0,16,30); }
H1.HeaderClassName
{
color: #00101E;
}
.AnyTagClassName
{
color: #00101E;
}
</style>
background-color css
<style>
a { background-color: #00101E; }
a { background-color: rgb(0,16,30); }
div.DivClassName
{
background-color: #00101E;
}
.BgClassName
{
background-color: #00101E;
}
</style>
border-color css
<style>
span { border-color: #00101E; }
span { border-color: rgb(0,16,30); }
td.TdClassName
{
border-color: #00101E;
}
.TagClassName
{
border-color: #00101E;
}
</style>