Shades of Black Pearl #00111A
Tints of Black Pearl #00111A
RGB
CMYK
RGB Variations
Color information
#00111A (or 0x00111A) is known color: Black Pearl. HEX triplet: 00, 11 and 1A. RGB value is (0,17,26). Sum of RGB (Red+Green+Blue) = 0+17+26=43 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 43); Green value is 17 (7.03% from 255 or 39.53% from 43); Blue value is 26 (10.55% from 255 or 60.47% from 43); Max value from RGB is 26 - color contains mainly: blue. Hex color #00111A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00111A is #FFEEE5. Grayscale: #0C0C0C. Windows color (decimal): -16772838 or 1708288. OLE color: 1708288.
HSL color Cylindrical-coordinate representation of color #00111A: hue angle of 200.77º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00111A is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.90.
Color convert
RGB | 0 | 17 | 26 | - |
CMYK | 1 | 0.35 | 0 | 0.90 |
HSL | 200.77º | 1% | 0.05% | - |
HSV(B) | 200.77º | 1% | 0.1% | - |
XYZ | 0.39 | 0.48 | 1.05 | - |
YUV | 12.94 | 135.37 | 118.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 17 | 26 | 1 | 0.35 | 0 | 0.90 | 200.77 | 1 | 0.05 |
Hex | 0 | 11 | 1A | 64 | 23 | 0 | 5A | C9 | 64 | 5 |
Octal | 0 | 21 | 32 | 144 | 43 | 0 | 132 | 311 | 144 | 5 |
Binary | 0 | 10001 | 11010 | 1100100 | 100011 | 0 | 1011010 | 11001001 | 1100100 | 101 |
Color Harmonies of #00111A
Complementary color
Monochromatic Colors of #00111A
Black with #00111A
Text Example
Text Example
White with #00111A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00111A; }
p { color: rgb(0,17,26); }
H1.HeaderClassName
{
color: #00111A;
}
.AnyTagClassName
{
color: #00111A;
}
</style>
background-color css
<style>
a { background-color: #00111A; }
a { background-color: rgb(0,17,26); }
div.DivClassName
{
background-color: #00111A;
}
.BgClassName
{
background-color: #00111A;
}
</style>
border-color css
<style>
span { border-color: #00111A; }
span { border-color: rgb(0,17,26); }
td.TdClassName
{
border-color: #00111A;
}
.TagClassName
{
border-color: #00111A;
}
</style>