Shades of Black Pearl #01112A
Tints of Black Pearl #01112A
RGB
CMYK
RGB Variations
Color information
#01112A (or 0x01112A) is known color: Black Pearl. HEX triplet: 01, 11 and 2A. RGB value is (1,17,42). Sum of RGB (Red+Green+Blue) = 1+17+42=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 17 (7.03% from 255 or 28.33% from 60); Blue value is 42 (16.80% from 255 or 70% from 60); Max value from RGB is 42 - color contains mainly: blue. Hex color #01112A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01112A is #FEEED5. Grayscale: #0E0E0E. Windows color (decimal): -16707286 or 2756865. OLE color: 2756865.
HSL color Cylindrical-coordinate representation of color #01112A: hue angle of 216.59º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01112A is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 17 | 42 | - |
| CMYK | 0.98 | 0.60 | 0 | 0.84 |
| HSL | 216.59º | 0.95% | 0.08% | - |
| HSV(B) | 216.59º | 0.98% | 0.16% | - |
| XYZ | 0.63 | 0.57 | 2.27 | - |
| YUV | 15.07 | 143.2 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 17 | 42 | 0.98 | 0.60 | 0 | 0.84 | 216.59 | 0.95 | 0.08 |
| Hex | 1 | 11 | 2A | 62 | 3C | 0 | 54 | D9 | 5F | 8 |
| Octal | 1 | 21 | 52 | 142 | 74 | 0 | 124 | 331 | 137 | 10 |
| Binary | 1 | 10001 | 101010 | 1100010 | 111100 | 0 | 1010100 | 11011001 | 1011111 | 1000 |
Color Harmonies of #01112A
Complementary color
Monochromatic Colors of #01112A
Black with #01112A
Text Example
Text Example
White with #01112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01112A; }
p { color: rgb(1,17,42); }
H1.HeaderClassName
{
color: #01112A;
}
.AnyTagClassName
{
color: #01112A;
}
</style>
background-color css
<style>
a { background-color: #01112A; }
a { background-color: rgb(1,17,42); }
div.DivClassName
{
background-color: #01112A;
}
.BgClassName
{
background-color: #01112A;
}
</style>
border-color css
<style>
span { border-color: #01112A; }
span { border-color: rgb(1,17,42); }
td.TdClassName
{
border-color: #01112A;
}
.TagClassName
{
border-color: #01112A;
}
</style>