Shades of Black Pearl #01172E
Tints of Black Pearl #01172E
RGB
CMYK
RGB Variations
Color information
#01172E (or 0x01172E) is known color: Black Pearl. HEX triplet: 01, 17 and 2E. RGB value is (1,23,46). Sum of RGB (Red+Green+Blue) = 1+23+46=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 23 (9.38% from 255 or 32.86% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #01172E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01172E is #FEE8D1. Grayscale: #121212. Windows color (decimal): -16705746 or 3020545. OLE color: 3020545.
HSL color Cylindrical-coordinate representation of color #01172E: hue angle of 210.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01172E is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 23 | 46 | - |
| CMYK | 0.98 | 0.50 | 0 | 0.82 |
| HSL | 210.67º | 0.96% | 0.09% | - |
| HSV(B) | 210.67º | 0.98% | 0.18% | - |
| XYZ | 0.81 | 0.82 | 2.7 | - |
| YUV | 19.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 23 | 46 | 0.98 | 0.50 | 0 | 0.82 | 210.67 | 0.96 | 0.09 |
| Hex | 1 | 17 | 2E | 62 | 32 | 0 | 52 | D3 | 60 | 9 |
| Octal | 1 | 27 | 56 | 142 | 62 | 0 | 122 | 323 | 140 | 11 |
| Binary | 1 | 10111 | 101110 | 1100010 | 110010 | 0 | 1010010 | 11010011 | 1100000 | 1001 |
Color Harmonies of #01172E
Complementary color
Monochromatic Colors of #01172E
Black with #01172E
Text Example
Text Example
White with #01172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01172E; }
p { color: rgb(1,23,46); }
H1.HeaderClassName
{
color: #01172E;
}
.AnyTagClassName
{
color: #01172E;
}
</style>
background-color css
<style>
a { background-color: #01172E; }
a { background-color: rgb(1,23,46); }
div.DivClassName
{
background-color: #01172E;
}
.BgClassName
{
background-color: #01172E;
}
</style>
border-color css
<style>
span { border-color: #01172E; }
span { border-color: rgb(1,23,46); }
td.TdClassName
{
border-color: #01172E;
}
.TagClassName
{
border-color: #01172E;
}
</style>