Shades of Black Pearl #01172A
Tints of Black Pearl #01172A
RGB
CMYK
RGB Variations
Color information
#01172A (or 0x01172A) is known color: Black Pearl. HEX triplet: 01, 17 and 2A. RGB value is (1,23,42). Sum of RGB (Red+Green+Blue) = 1+23+42=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 23 (9.38% from 255 or 34.85% from 66); Blue value is 42 (16.80% from 255 or 63.64% from 66); Max value from RGB is 42 - color contains mainly: blue. Hex color #01172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01172A is #FEE8D5. Grayscale: #121212. Windows color (decimal): -16705750 or 2758401. OLE color: 2758401.
HSL color Cylindrical-coordinate representation of color #01172A: hue angle of 207.8º 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 #01172A is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 1 | 23 | 42 | - |
| CMYK | 0.98 | 0.45 | 0 | 0.84 |
| HSL | 207.8º | 0.95% | 0.08% | - |
| HSV(B) | 207.8º | 0.98% | 0.16% | - |
| XYZ | 0.74 | 0.79 | 2.3 | - |
| YUV | 18.59 | 141.21 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 42 | 0.98 | 0.45 | 0 | 0.84 | 207.8 | 0.95 | 0.08 |
| Hex | 1 | 17 | 2A | 62 | 2D | 0 | 54 | D0 | 5F | 8 |
| Octal | 1 | 27 | 52 | 142 | 55 | 0 | 124 | 320 | 137 | 10 |
| Binary | 1 | 10111 | 101010 | 1100010 | 101101 | 0 | 1010100 | 11010000 | 1011111 | 1000 |
Color Harmonies of #01172A
Complementary color
Monochromatic Colors of #01172A
Black with #01172A
Text Example
Text Example
White with #01172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01172A; }
p { color: rgb(1,23,42); }
H1.HeaderClassName
{
color: #01172A;
}
.AnyTagClassName
{
color: #01172A;
}
</style>
background-color css
<style>
a { background-color: #01172A; }
a { background-color: rgb(1,23,42); }
div.DivClassName
{
background-color: #01172A;
}
.BgClassName
{
background-color: #01172A;
}
</style>
border-color css
<style>
span { border-color: #01172A; }
span { border-color: rgb(1,23,42); }
td.TdClassName
{
border-color: #01172A;
}
.TagClassName
{
border-color: #01172A;
}
</style>