Shades of Black Pearl #001F2E
Tints of Black Pearl #001F2E
RGB
CMYK
RGB Variations
Color information
#001F2E (or 0x001F2E) is known color: Black Pearl. HEX triplet: 00, 1F and 2E. RGB value is (0,31,46). Sum of RGB (Red+Green+Blue) = 0+31+46=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #001F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F2E is #FFE0D1. Grayscale: #171717. Windows color (decimal): -16769234 or 3022592. OLE color: 3022592.
HSL color Cylindrical-coordinate representation of color #001F2E: hue angle of 199.57º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F2E is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 31 | 46 | - |
| CMYK | 1 | 0.33 | 0 | 0.82 |
| HSL | 199.57º | 1% | 0.09% | - |
| HSV(B) | 199.57º | 1% | 0.18% | - |
| XYZ | 0.98 | 1.18 | 2.76 | - |
| YUV | 23.44 | 140.73 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 46 | 1 | 0.33 | 0 | 0.82 | 199.57 | 1 | 0.09 |
| Hex | 0 | 1F | 2E | 64 | 21 | 0 | 52 | C8 | 64 | 9 |
| Octal | 0 | 37 | 56 | 144 | 41 | 0 | 122 | 310 | 144 | 11 |
| Binary | 0 | 11111 | 101110 | 1100100 | 100001 | 0 | 1010010 | 11001000 | 1100100 | 1001 |
Color Harmonies of #001F2E
Complementary color
Monochromatic Colors of #001F2E
Black with #001F2E
Text Example
Text Example
White with #001F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F2E; }
p { color: rgb(0,31,46); }
H1.HeaderClassName
{
color: #001F2E;
}
.AnyTagClassName
{
color: #001F2E;
}
</style>
background-color css
<style>
a { background-color: #001F2E; }
a { background-color: rgb(0,31,46); }
div.DivClassName
{
background-color: #001F2E;
}
.BgClassName
{
background-color: #001F2E;
}
</style>
border-color css
<style>
span { border-color: #001F2E; }
span { border-color: rgb(0,31,46); }
td.TdClassName
{
border-color: #001F2E;
}
.TagClassName
{
border-color: #001F2E;
}
</style>