Shades of Black Pearl #01172C
Tints of Black Pearl #01172C
RGB
CMYK
RGB Variations
Color information
#01172C (or 0x01172C) is known color: Black Pearl. HEX triplet: 01, 17 and 2C. RGB value is (1,23,44). Sum of RGB (Red+Green+Blue) = 1+23+44=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 23 (9.38% from 255 or 33.82% from 68); Blue value is 44 (17.58% from 255 or 64.71% from 68); Max value from RGB is 44 - color contains mainly: blue. Hex color #01172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01172C is #FEE8D3. Grayscale: #121212. Windows color (decimal): -16705748 or 2889473. OLE color: 2889473.
HSL color Cylindrical-coordinate representation of color #01172C: hue angle of 209.3º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01172C is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 23 | 44 | - |
| CMYK | 0.98 | 0.48 | 0 | 0.83 |
| HSL | 209.3º | 0.96% | 0.09% | - |
| HSV(B) | 209.3º | 0.98% | 0.17% | - |
| XYZ | 0.77 | 0.8 | 2.5 | - |
| YUV | 18.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 44 | 0.98 | 0.48 | 0 | 0.83 | 209.3 | 0.96 | 0.09 |
| Hex | 1 | 17 | 2C | 62 | 30 | 0 | 53 | D1 | 60 | 9 |
| Octal | 1 | 27 | 54 | 142 | 60 | 0 | 123 | 321 | 140 | 11 |
| Binary | 1 | 10111 | 101100 | 1100010 | 110000 | 0 | 1010011 | 11010001 | 1100000 | 1001 |
Color Harmonies of #01172C
Complementary color
Monochromatic Colors of #01172C
Black with #01172C
Text Example
Text Example
White with #01172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01172C; }
p { color: rgb(1,23,44); }
H1.HeaderClassName
{
color: #01172C;
}
.AnyTagClassName
{
color: #01172C;
}
</style>
background-color css
<style>
a { background-color: #01172C; }
a { background-color: rgb(1,23,44); }
div.DivClassName
{
background-color: #01172C;
}
.BgClassName
{
background-color: #01172C;
}
</style>
border-color css
<style>
span { border-color: #01172C; }
span { border-color: rgb(1,23,44); }
td.TdClassName
{
border-color: #01172C;
}
.TagClassName
{
border-color: #01172C;
}
</style>