Shades of Black Pearl #001F28
Tints of Black Pearl #001F28
RGB
CMYK
RGB Variations
Color information
#001F28 (or 0x001F28) is known color: Black Pearl. HEX triplet: 00, 1F and 28. RGB value is (0,31,40). Sum of RGB (Red+Green+Blue) = 0+31+40=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 31 (12.5% from 255 or 43.66% from 71); Blue value is 40 (16.02% from 255 or 56.34% from 71); Max value from RGB is 40 - color contains mainly: blue. Hex color #001F28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F28 is #FFE0D7. Grayscale: #161616. Windows color (decimal): -16769240 or 2629376. OLE color: 2629376.
HSL color Cylindrical-coordinate representation of color #001F28: hue angle of 193.5º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F28 is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 0 | 31 | 40 | - |
| CMYK | 1 | 0.22 | 0 | 0.84 |
| HSL | 193.5º | 1% | 0.08% | - |
| HSV(B) | 193.5º | 1% | 0.16% | - |
| XYZ | 0.87 | 1.13 | 2.18 | - |
| YUV | 22.76 | 137.73 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 40 | 1 | 0.22 | 0 | 0.84 | 193.5 | 1 | 0.08 |
| Hex | 0 | 1F | 28 | 64 | 16 | 0 | 54 | C2 | 64 | 8 |
| Octal | 0 | 37 | 50 | 144 | 26 | 0 | 124 | 302 | 144 | 10 |
| Binary | 0 | 11111 | 101000 | 1100100 | 10110 | 0 | 1010100 | 11000010 | 1100100 | 1000 |
Color Harmonies of #001F28
Complementary color
Monochromatic Colors of #001F28
Black with #001F28
Text Example
Text Example
White with #001F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F28; }
p { color: rgb(0,31,40); }
H1.HeaderClassName
{
color: #001F28;
}
.AnyTagClassName
{
color: #001F28;
}
</style>
background-color css
<style>
a { background-color: #001F28; }
a { background-color: rgb(0,31,40); }
div.DivClassName
{
background-color: #001F28;
}
.BgClassName
{
background-color: #001F28;
}
</style>
border-color css
<style>
span { border-color: #001F28; }
span { border-color: rgb(0,31,40); }
td.TdClassName
{
border-color: #001F28;
}
.TagClassName
{
border-color: #001F28;
}
</style>