Shades of Black Pearl #001F25
Tints of Black Pearl #001F25
RGB
CMYK
RGB Variations
Color information
#001F25 (or 0x001F25) is known color: Black Pearl. HEX triplet: 00, 1F and 25. RGB value is (0,31,37). Sum of RGB (Red+Green+Blue) = 0+31+37=68 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 37 (14.84% from 255 or 54.41% from 68); Max value from RGB is 37 - color contains mainly: blue. Hex color #001F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001F25 is #FFE0DA. Grayscale: #161616. Windows color (decimal): -16769243 or 2432768. OLE color: 2432768.
HSL color Cylindrical-coordinate representation of color #001F25: hue angle of 189.73º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F25 is Cyan = 1, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 31 | 37 | - |
| CMYK | 1 | 0.16 | 0 | 0.85 |
| HSL | 189.73º | 1% | 0.07% | - |
| HSV(B) | 189.73º | 1% | 0.15% | - |
| XYZ | 0.82 | 1.11 | 1.92 | - |
| YUV | 22.42 | 136.23 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 37 | 1 | 0.16 | 0 | 0.85 | 189.73 | 1 | 0.07 |
| Hex | 0 | 1F | 25 | 64 | 10 | 0 | 55 | BE | 64 | 7 |
| Octal | 0 | 37 | 45 | 144 | 20 | 0 | 125 | 276 | 144 | 7 |
| Binary | 0 | 11111 | 100101 | 1100100 | 10000 | 0 | 1010101 | 10111110 | 1100100 | 111 |
Color Harmonies of #001F25
Complementary color
Monochromatic Colors of #001F25
Black with #001F25
Text Example
Text Example
White with #001F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F25; }
p { color: rgb(0,31,37); }
H1.HeaderClassName
{
color: #001F25;
}
.AnyTagClassName
{
color: #001F25;
}
</style>
background-color css
<style>
a { background-color: #001F25; }
a { background-color: rgb(0,31,37); }
div.DivClassName
{
background-color: #001F25;
}
.BgClassName
{
background-color: #001F25;
}
</style>
border-color css
<style>
span { border-color: #001F25; }
span { border-color: rgb(0,31,37); }
td.TdClassName
{
border-color: #001F25;
}
.TagClassName
{
border-color: #001F25;
}
</style>