Shades of Black Pearl #00111C
Tints of Black Pearl #00111C
RGB
CMYK
RGB Variations
Color information
#00111C (or 0x00111C) is known color: Black Pearl. HEX triplet: 00, 11 and 1C. RGB value is (0,17,28). Sum of RGB (Red+Green+Blue) = 0+17+28=45 (5% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 45); Green value is 17 (7.03% from 255 or 37.78% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #00111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00111C is #FFEEE3. Grayscale: #0D0D0D. Windows color (decimal): -16772836 or 1839360. OLE color: 1839360.
HSL color Cylindrical-coordinate representation of color #00111C: hue angle of 203.57º 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 #00111C is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 0 | 17 | 28 | - |
| CMYK | 1 | 0.39 | 0 | 0.89 |
| HSL | 203.57º | 1% | 0.05% | - |
| HSV(B) | 203.57º | 1% | 0.11% | - |
| XYZ | 0.41 | 0.48 | 1.17 | - |
| YUV | 13.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 28 | 1 | 0.39 | 0 | 0.89 | 203.57 | 1 | 0.05 |
| Hex | 0 | 11 | 1C | 64 | 27 | 0 | 59 | CC | 64 | 5 |
| Octal | 0 | 21 | 34 | 144 | 47 | 0 | 131 | 314 | 144 | 5 |
| Binary | 0 | 10001 | 11100 | 1100100 | 100111 | 0 | 1011001 | 11001100 | 1100100 | 101 |
Color Harmonies of #00111C
Complementary color
Monochromatic Colors of #00111C
Black with #00111C
Text Example
Text Example
White with #00111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00111C; }
p { color: rgb(0,17,28); }
H1.HeaderClassName
{
color: #00111C;
}
.AnyTagClassName
{
color: #00111C;
}
</style>
background-color css
<style>
a { background-color: #00111C; }
a { background-color: rgb(0,17,28); }
div.DivClassName
{
background-color: #00111C;
}
.BgClassName
{
background-color: #00111C;
}
</style>
border-color css
<style>
span { border-color: #00111C; }
span { border-color: rgb(0,17,28); }
td.TdClassName
{
border-color: #00111C;
}
.TagClassName
{
border-color: #00111C;
}
</style>