Shades of Black Pearl #001731
Tints of Black Pearl #001731
RGB
CMYK
RGB Variations
Color information
#001731 (or 0x001731) is known color: Black Pearl. HEX triplet: 00, 17 and 31. RGB value is (0,23,49). Sum of RGB (Red+Green+Blue) = 0+23+49=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 23 (9.38% from 255 or 31.94% from 72); Blue value is 49 (19.53% from 255 or 68.06% from 72); Max value from RGB is 49 - color contains mainly: blue. Hex color #001731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001731 is #FFE8CE. Grayscale: #121212. Windows color (decimal): -16771279 or 3217152. OLE color: 3217152.
HSL color Cylindrical-coordinate representation of color #001731: hue angle of 211.84º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001731 is Cyan = 1, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 23 | 49 | - |
| CMYK | 1 | 0.53 | 0 | 0.81 |
| HSL | 211.84º | 1% | 0.1% | - |
| HSV(B) | 211.84º | 1% | 0.19% | - |
| XYZ | 0.86 | 0.83 | 3.02 | - |
| YUV | 19.09 | 144.88 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 23 | 49 | 1 | 0.53 | 0 | 0.81 | 211.84 | 1 | 0.1 |
| Hex | 0 | 17 | 31 | 64 | 35 | 0 | 51 | D4 | 64 | A |
| Octal | 0 | 27 | 61 | 144 | 65 | 0 | 121 | 324 | 144 | 12 |
| Binary | 0 | 10111 | 110001 | 1100100 | 110101 | 0 | 1010001 | 11010100 | 1100100 | 1010 |
Color Harmonies of #001731
Complementary color
Monochromatic Colors of #001731
Black with #001731
Text Example
Text Example
White with #001731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001731; }
p { color: rgb(0,23,49); }
H1.HeaderClassName
{
color: #001731;
}
.AnyTagClassName
{
color: #001731;
}
</style>
background-color css
<style>
a { background-color: #001731; }
a { background-color: rgb(0,23,49); }
div.DivClassName
{
background-color: #001731;
}
.BgClassName
{
background-color: #001731;
}
</style>
border-color css
<style>
span { border-color: #001731; }
span { border-color: rgb(0,23,49); }
td.TdClassName
{
border-color: #001731;
}
.TagClassName
{
border-color: #001731;
}
</style>