Shades of Black Pearl #061D25
Tints of Black Pearl #061D25
RGB
CMYK
RGB Variations
Color information
#061D25 (or 0x061D25) is known color: Black Pearl. HEX triplet: 06, 1D and 25. RGB value is (6,29,37). Sum of RGB (Red+Green+Blue) = 6+29+37=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 29 (11.72% from 255 or 40.28% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #061D25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D25 is #F9E2DA. Grayscale: #161616. Windows color (decimal): -16376539 or 2432262. OLE color: 2432262.
HSL color Cylindrical-coordinate representation of color #061D25: hue angle of 195.48º 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 #061D25 is Cyan = 0.84, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 6 | 29 | 37 | - |
| CMYK | 0.84 | 0.22 | 0 | 0.85 |
| HSL | 195.48º | 0.72% | 0.08% | - |
| HSV(B) | 195.48º | 0.84% | 0.15% | - |
| XYZ | 0.85 | 1.05 | 1.91 | - |
| YUV | 23.04 | 135.88 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 37 | 0.84 | 0.22 | 0 | 0.85 | 195.48 | 0.72 | 0.08 |
| Hex | 6 | 1D | 25 | 54 | 16 | 0 | 55 | C3 | 48 | 8 |
| Octal | 6 | 35 | 45 | 124 | 26 | 0 | 125 | 303 | 110 | 10 |
| Binary | 110 | 11101 | 100101 | 1010100 | 10110 | 0 | 1010101 | 11000011 | 1001000 | 1000 |
Color Harmonies of #061D25
Complementary color
Monochromatic Colors of #061D25
Black with #061D25
Text Example
Text Example
White with #061D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D25; }
p { color: rgb(6,29,37); }
H1.HeaderClassName
{
color: #061D25;
}
.AnyTagClassName
{
color: #061D25;
}
</style>
background-color css
<style>
a { background-color: #061D25; }
a { background-color: rgb(6,29,37); }
div.DivClassName
{
background-color: #061D25;
}
.BgClassName
{
background-color: #061D25;
}
</style>
border-color css
<style>
span { border-color: #061D25; }
span { border-color: rgb(6,29,37); }
td.TdClassName
{
border-color: #061D25;
}
.TagClassName
{
border-color: #061D25;
}
</style>