Shades of Black Pearl #00111F
Tints of Black Pearl #00111F
RGB
CMYK
RGB Variations
Color information
#00111F (or 0x00111F) is known color: Black Pearl. HEX triplet: 00, 11 and 1F. RGB value is (0,17,31). Sum of RGB (Red+Green+Blue) = 0+17+31=48 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #00111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00111F is #FFEEE0. Grayscale: #0D0D0D. Windows color (decimal): -16772833 or 2035968. OLE color: 2035968.
HSL color Cylindrical-coordinate representation of color #00111F: hue angle of 207.1º 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 #00111F is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 17 | 31 | - |
| CMYK | 1 | 0.45 | 0 | 0.88 |
| HSL | 207.1º | 1% | 0.06% | - |
| HSV(B) | 207.1º | 1% | 0.12% | - |
| XYZ | 0.45 | 0.5 | 1.37 | - |
| YUV | 13.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 31 | 1 | 0.45 | 0 | 0.88 | 207.1 | 1 | 0.06 |
| Hex | 0 | 11 | 1F | 64 | 2D | 0 | 58 | CF | 64 | 6 |
| Octal | 0 | 21 | 37 | 144 | 55 | 0 | 130 | 317 | 144 | 6 |
| Binary | 0 | 10001 | 11111 | 1100100 | 101101 | 0 | 1011000 | 11001111 | 1100100 | 110 |
Color Harmonies of #00111F
Complementary color
Monochromatic Colors of #00111F
Black with #00111F
Text Example
Text Example
White with #00111F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00111F; }
p { color: rgb(0,17,31); }
H1.HeaderClassName
{
color: #00111F;
}
.AnyTagClassName
{
color: #00111F;
}
</style>
background-color css
<style>
a { background-color: #00111F; }
a { background-color: rgb(0,17,31); }
div.DivClassName
{
background-color: #00111F;
}
.BgClassName
{
background-color: #00111F;
}
</style>
border-color css
<style>
span { border-color: #00111F; }
span { border-color: rgb(0,17,31); }
td.TdClassName
{
border-color: #00111F;
}
.TagClassName
{
border-color: #00111F;
}
</style>