Shades of Black Pearl #00112C
Tints of Black Pearl #00112C
RGB
CMYK
RGB Variations
Color information
#00112C (or 0x00112C) is known color: Black Pearl. HEX triplet: 00, 11 and 2C. RGB value is (0,17,44). Sum of RGB (Red+Green+Blue) = 0+17+44=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 44 (17.58% from 255 or 72.13% from 61); Max value from RGB is 44 - color contains mainly: blue. Hex color #00112C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00112C is #FFEED3. Grayscale: #0E0E0E. Windows color (decimal): -16772820 or 2887936. OLE color: 2887936.
HSL color Cylindrical-coordinate representation of color #00112C: hue angle of 216.82º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00112C is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 17 | 44 | - |
| CMYK | 1 | 0.61 | 0 | 0.83 |
| HSL | 216.82º | 1% | 0.09% | - |
| HSV(B) | 216.82º | 1% | 0.17% | - |
| XYZ | 0.66 | 0.58 | 2.46 | - |
| YUV | 15 | 144.37 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 17 | 44 | 1 | 0.61 | 0 | 0.83 | 216.82 | 1 | 0.09 |
| Hex | 0 | 11 | 2C | 64 | 3D | 0 | 53 | D9 | 64 | 9 |
| Octal | 0 | 21 | 54 | 144 | 75 | 0 | 123 | 331 | 144 | 11 |
| Binary | 0 | 10001 | 101100 | 1100100 | 111101 | 0 | 1010011 | 11011001 | 1100100 | 1001 |
Color Harmonies of #00112C
Complementary color
Monochromatic Colors of #00112C
Black with #00112C
Text Example
Text Example
White with #00112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00112C; }
p { color: rgb(0,17,44); }
H1.HeaderClassName
{
color: #00112C;
}
.AnyTagClassName
{
color: #00112C;
}
</style>
background-color css
<style>
a { background-color: #00112C; }
a { background-color: rgb(0,17,44); }
div.DivClassName
{
background-color: #00112C;
}
.BgClassName
{
background-color: #00112C;
}
</style>
border-color css
<style>
span { border-color: #00112C; }
span { border-color: rgb(0,17,44); }
td.TdClassName
{
border-color: #00112C;
}
.TagClassName
{
border-color: #00112C;
}
</style>