Shades of Black Pearl #061D1F
Tints of Black Pearl #061D1F
RGB
CMYK
RGB Variations
Color information
#061D1F (or 0x061D1F) is known color: Black Pearl. HEX triplet: 06, 1D and 1F. RGB value is (6,29,31). Sum of RGB (Red+Green+Blue) = 6+29+31=66 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.09% from 66); Green value is 29 (11.72% from 255 or 43.94% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #061D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D1F is #F9E2E0. Grayscale: #161616. Windows color (decimal): -16376545 or 2039046. OLE color: 2039046.
HSL color Cylindrical-coordinate representation of color #061D1F: hue angle of 184.8º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061D1F is Cyan = 0.81, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 29 | 31 | - |
| CMYK | 0.81 | 0.06 | 0 | 0.88 |
| HSL | 184.8º | 0.68% | 0.07% | - |
| HSV(B) | 184.8º | 0.81% | 0.12% | - |
| XYZ | 0.76 | 1.02 | 1.45 | - |
| YUV | 22.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 31 | 0.81 | 0.06 | 0 | 0.88 | 184.8 | 0.68 | 0.07 |
| Hex | 6 | 1D | 1F | 51 | 6 | 0 | 58 | B9 | 44 | 7 |
| Octal | 6 | 35 | 37 | 121 | 6 | 0 | 130 | 271 | 104 | 7 |
| Binary | 110 | 11101 | 11111 | 1010001 | 110 | 0 | 1011000 | 10111001 | 1000100 | 111 |
Color Harmonies of #061D1F
Complementary color
Monochromatic Colors of #061D1F
Black with #061D1F
Text Example
Text Example
White with #061D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D1F; }
p { color: rgb(6,29,31); }
H1.HeaderClassName
{
color: #061D1F;
}
.AnyTagClassName
{
color: #061D1F;
}
</style>
background-color css
<style>
a { background-color: #061D1F; }
a { background-color: rgb(6,29,31); }
div.DivClassName
{
background-color: #061D1F;
}
.BgClassName
{
background-color: #061D1F;
}
</style>
border-color css
<style>
span { border-color: #061D1F; }
span { border-color: rgb(6,29,31); }
td.TdClassName
{
border-color: #061D1F;
}
.TagClassName
{
border-color: #061D1F;
}
</style>