Shades of Black Pearl #001F27
Tints of Black Pearl #001F27
RGB
CMYK
RGB Variations
Color information
#001F27 (or 0x001F27) is known color: Black Pearl. HEX triplet: 00, 1F and 27. RGB value is (0,31,39). Sum of RGB (Red+Green+Blue) = 0+31+39=70 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 39 (15.62% from 255 or 55.71% from 70); Max value from RGB is 39 - color contains mainly: blue. Hex color #001F27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F27 is #FFE0D8. Grayscale: #161616. Windows color (decimal): -16769241 or 2563840. OLE color: 2563840.
HSL color Cylindrical-coordinate representation of color #001F27: hue angle of 192.31º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F27 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 31 | 39 | - |
| CMYK | 1 | 0.21 | 0 | 0.85 |
| HSL | 192.31º | 1% | 0.08% | - |
| HSV(B) | 192.31º | 1% | 0.15% | - |
| XYZ | 0.86 | 1.13 | 2.09 | - |
| YUV | 22.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 39 | 1 | 0.21 | 0 | 0.85 | 192.31 | 1 | 0.08 |
| Hex | 0 | 1F | 27 | 64 | 15 | 0 | 55 | C0 | 64 | 8 |
| Octal | 0 | 37 | 47 | 144 | 25 | 0 | 125 | 300 | 144 | 10 |
| Binary | 0 | 11111 | 100111 | 1100100 | 10101 | 0 | 1010101 | 11000000 | 1100100 | 1000 |
Color Harmonies of #001F27
Complementary color
Monochromatic Colors of #001F27
Black with #001F27
Text Example
Text Example
White with #001F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F27; }
p { color: rgb(0,31,39); }
H1.HeaderClassName
{
color: #001F27;
}
.AnyTagClassName
{
color: #001F27;
}
</style>
background-color css
<style>
a { background-color: #001F27; }
a { background-color: rgb(0,31,39); }
div.DivClassName
{
background-color: #001F27;
}
.BgClassName
{
background-color: #001F27;
}
</style>
border-color css
<style>
span { border-color: #001F27; }
span { border-color: rgb(0,31,39); }
td.TdClassName
{
border-color: #001F27;
}
.TagClassName
{
border-color: #001F27;
}
</style>