Shades of Black Pearl #00111B
Tints of Black Pearl #00111B
RGB
CMYK
RGB Variations
Color information
#00111B (or 0x00111B) is known color: Black Pearl. HEX triplet: 00, 11 and 1B. RGB value is (0,17,27). Sum of RGB (Red+Green+Blue) = 0+17+27=44 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #00111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00111B is #FFEEE4. Grayscale: #0D0D0D. Windows color (decimal): -16772837 or 1773824. OLE color: 1773824.
HSL color Cylindrical-coordinate representation of color #00111B: hue angle of 202.22º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00111B is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
RGB | 0 | 17 | 27 | - |
CMYK | 1 | 0.37 | 0 | 0.89 |
HSL | 202.22º | 1% | 0.05% | - |
HSV(B) | 202.22º | 1% | 0.11% | - |
XYZ | 0.4 | 0.48 | 1.11 | - |
YUV | 13.06 | 135.87 | 118.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 17 | 27 | 1 | 0.37 | 0 | 0.89 | 202.22 | 1 | 0.05 |
Hex | 0 | 11 | 1B | 64 | 25 | 0 | 59 | CA | 64 | 5 |
Octal | 0 | 21 | 33 | 144 | 45 | 0 | 131 | 312 | 144 | 5 |
Binary | 0 | 10001 | 11011 | 1100100 | 100101 | 0 | 1011001 | 11001010 | 1100100 | 101 |
Color Harmonies of #00111B
Complementary color
Monochromatic Colors of #00111B
Black with #00111B
Text Example
Text Example
White with #00111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00111B; }
p { color: rgb(0,17,27); }
H1.HeaderClassName
{
color: #00111B;
}
.AnyTagClassName
{
color: #00111B;
}
</style>
background-color css
<style>
a { background-color: #00111B; }
a { background-color: rgb(0,17,27); }
div.DivClassName
{
background-color: #00111B;
}
.BgClassName
{
background-color: #00111B;
}
</style>
border-color css
<style>
span { border-color: #00111B; }
span { border-color: rgb(0,17,27); }
td.TdClassName
{
border-color: #00111B;
}
.TagClassName
{
border-color: #00111B;
}
</style>