Shades of Black Pearl #00102B
Tints of Black Pearl #00102B
RGB
CMYK
RGB Variations
Color information
#00102B (or 0x00102B) is known color: Black Pearl. HEX triplet: 00, 10 and 2B. RGB value is (0,16,43). Sum of RGB (Red+Green+Blue) = 0+16+43=59 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 59); Green value is 16 (6.64% from 255 or 27.12% from 59); Blue value is 43 (17.19% from 255 or 72.88% from 59); Max value from RGB is 43 - color contains mainly: blue. Hex color #00102B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00102B is #FFEFD4. Grayscale: #0E0E0E. Windows color (decimal): -16773077 or 2822144. OLE color: 2822144.
HSL color Cylindrical-coordinate representation of color #00102B: hue angle of 217.67º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00102B is Cyan = 1, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 16 | 43 | - |
| CMYK | 1 | 0.63 | 0 | 0.83 |
| HSL | 217.67º | 1% | 0.08% | - |
| HSV(B) | 217.67º | 1% | 0.17% | - |
| XYZ | 0.62 | 0.55 | 2.36 | - |
| YUV | 14.29 | 144.2 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 16 | 43 | 1 | 0.63 | 0 | 0.83 | 217.67 | 1 | 0.08 |
| Hex | 0 | 10 | 2B | 64 | 3F | 0 | 53 | DA | 64 | 8 |
| Octal | 0 | 20 | 53 | 144 | 77 | 0 | 123 | 332 | 144 | 10 |
| Binary | 0 | 10000 | 101011 | 1100100 | 111111 | 0 | 1010011 | 11011010 | 1100100 | 1000 |
Color Harmonies of #00102B
Complementary color
Monochromatic Colors of #00102B
Black with #00102B
Text Example
Text Example
White with #00102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00102B; }
p { color: rgb(0,16,43); }
H1.HeaderClassName
{
color: #00102B;
}
.AnyTagClassName
{
color: #00102B;
}
</style>
background-color css
<style>
a { background-color: #00102B; }
a { background-color: rgb(0,16,43); }
div.DivClassName
{
background-color: #00102B;
}
.BgClassName
{
background-color: #00102B;
}
</style>
border-color css
<style>
span { border-color: #00102B; }
span { border-color: rgb(0,16,43); }
td.TdClassName
{
border-color: #00102B;
}
.TagClassName
{
border-color: #00102B;
}
</style>