Shades of Black Pearl #061F25
Tints of Black Pearl #061F25
RGB
CMYK
RGB Variations
Color information
#061F25 (or 0x061F25) is known color: Black Pearl. HEX triplet: 06, 1F and 25. RGB value is (6,31,37). Sum of RGB (Red+Green+Blue) = 6+31+37=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #061F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F25 is #F9E0DA. Grayscale: #181818. Windows color (decimal): -16376027 or 2432774. OLE color: 2432774.
HSL color Cylindrical-coordinate representation of color #061F25: hue angle of 191.61º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #061F25 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 31 | 37 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.85 |
| HSL | 191.61º | 0.72% | 0.08% | - |
| HSV(B) | 191.61º | 0.84% | 0.15% | - |
| XYZ | 0.9 | 1.15 | 1.93 | - |
| YUV | 24.21 | 135.22 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 37 | 0.84 | 0.16 | 0 | 0.85 | 191.61 | 0.72 | 0.08 |
| Hex | 6 | 1F | 25 | 54 | 10 | 0 | 55 | C0 | 48 | 8 |
| Octal | 6 | 37 | 45 | 124 | 20 | 0 | 125 | 300 | 110 | 10 |
| Binary | 110 | 11111 | 100101 | 1010100 | 10000 | 0 | 1010101 | 11000000 | 1001000 | 1000 |
Color Harmonies of #061F25
Complementary color
Monochromatic Colors of #061F25
Black with #061F25
Text Example
Text Example
White with #061F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F25; }
p { color: rgb(6,31,37); }
H1.HeaderClassName
{
color: #061F25;
}
.AnyTagClassName
{
color: #061F25;
}
</style>
background-color css
<style>
a { background-color: #061F25; }
a { background-color: rgb(6,31,37); }
div.DivClassName
{
background-color: #061F25;
}
.BgClassName
{
background-color: #061F25;
}
</style>
border-color css
<style>
span { border-color: #061F25; }
span { border-color: rgb(6,31,37); }
td.TdClassName
{
border-color: #061F25;
}
.TagClassName
{
border-color: #061F25;
}
</style>