Shades of Black Pearl #001B1F
Tints of Black Pearl #001B1F
RGB
CMYK
RGB Variations
Color information
#001B1F (or 0x001B1F) is known color: Black Pearl. HEX triplet: 00, 1B and 1F. RGB value is (0,27,31). Sum of RGB (Red+Green+Blue) = 0+27+31=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 27 (10.94% from 255 or 46.55% from 58); Blue value is 31 (12.5% from 255 or 53.45% from 58); Max value from RGB is 31 - color contains mainly: blue. Hex color #001B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B1F is #FFE4E0. Grayscale: #131313. Windows color (decimal): -16770273 or 2038528. OLE color: 2038528.
HSL color Cylindrical-coordinate representation of color #001B1F: hue angle of 187.74º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B1F is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 0 | 27 | 31 | - |
| CMYK | 1 | 0.13 | 0 | 0.88 |
| HSL | 187.74º | 1% | 0.06% | - |
| HSV(B) | 187.74º | 1% | 0.12% | - |
| XYZ | 0.64 | 0.88 | 1.43 | - |
| YUV | 19.38 | 134.55 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 31 | 1 | 0.13 | 0 | 0.88 | 187.74 | 1 | 0.06 |
| Hex | 0 | 1B | 1F | 64 | D | 0 | 58 | BC | 64 | 6 |
| Octal | 0 | 33 | 37 | 144 | 15 | 0 | 130 | 274 | 144 | 6 |
| Binary | 0 | 11011 | 11111 | 1100100 | 1101 | 0 | 1011000 | 10111100 | 1100100 | 110 |
Color Harmonies of #001B1F
Complementary color
Monochromatic Colors of #001B1F
Black with #001B1F
Text Example
Text Example
White with #001B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B1F; }
p { color: rgb(0,27,31); }
H1.HeaderClassName
{
color: #001B1F;
}
.AnyTagClassName
{
color: #001B1F;
}
</style>
background-color css
<style>
a { background-color: #001B1F; }
a { background-color: rgb(0,27,31); }
div.DivClassName
{
background-color: #001B1F;
}
.BgClassName
{
background-color: #001B1F;
}
</style>
border-color css
<style>
span { border-color: #001B1F; }
span { border-color: rgb(0,27,31); }
td.TdClassName
{
border-color: #001B1F;
}
.TagClassName
{
border-color: #001B1F;
}
</style>