Shades of Black Pearl #001F2B
Tints of Black Pearl #001F2B
RGB
CMYK
RGB Variations
Color information
#001F2B (or 0x001F2B) is known color: Black Pearl. HEX triplet: 00, 1F and 2B. RGB value is (0,31,43). Sum of RGB (Red+Green+Blue) = 0+31+43=74 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 43 (17.19% from 255 or 58.11% from 74); Max value from RGB is 43 - color contains mainly: blue. Hex color #001F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F2B is #FFE0D4. Grayscale: #171717. Windows color (decimal): -16769237 or 2825984. OLE color: 2825984.
HSL color Cylindrical-coordinate representation of color #001F2B: hue angle of 196.74º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F2B is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 0 | 31 | 43 | - |
| CMYK | 1 | 0.28 | 0 | 0.83 |
| HSL | 196.74º | 1% | 0.08% | - |
| HSV(B) | 196.74º | 1% | 0.17% | - |
| XYZ | 0.93 | 1.15 | 2.46 | - |
| YUV | 23.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 43 | 1 | 0.28 | 0 | 0.83 | 196.74 | 1 | 0.08 |
| Hex | 0 | 1F | 2B | 64 | 1C | 0 | 53 | C5 | 64 | 8 |
| Octal | 0 | 37 | 53 | 144 | 34 | 0 | 123 | 305 | 144 | 10 |
| Binary | 0 | 11111 | 101011 | 1100100 | 11100 | 0 | 1010011 | 11000101 | 1100100 | 1000 |
Color Harmonies of #001F2B
Complementary color
Monochromatic Colors of #001F2B
Black with #001F2B
Text Example
Text Example
White with #001F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F2B; }
p { color: rgb(0,31,43); }
H1.HeaderClassName
{
color: #001F2B;
}
.AnyTagClassName
{
color: #001F2B;
}
</style>
background-color css
<style>
a { background-color: #001F2B; }
a { background-color: rgb(0,31,43); }
div.DivClassName
{
background-color: #001F2B;
}
.BgClassName
{
background-color: #001F2B;
}
</style>
border-color css
<style>
span { border-color: #001F2B; }
span { border-color: rgb(0,31,43); }
td.TdClassName
{
border-color: #001F2B;
}
.TagClassName
{
border-color: #001F2B;
}
</style>