Shades of Black Pearl #061B1F
Tints of Black Pearl #061B1F
RGB
CMYK
RGB Variations
Color information
#061B1F (or 0x061B1F) is known color: Black Pearl. HEX triplet: 06, 1B and 1F. RGB value is (6,27,31). Sum of RGB (Red+Green+Blue) = 6+27+31=64 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.38% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 31 (12.5% from 255 or 48.44% from 64); Max value from RGB is 31 - color contains mainly: blue. Hex color #061B1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B1F is #F9E4E0. Grayscale: #151515. Windows color (decimal): -16377057 or 2038534. OLE color: 2038534.
HSL color Cylindrical-coordinate representation of color #061B1F: hue angle of 189.6º 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 #061B1F is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 27 | 31 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.88 |
| HSL | 189.6º | 0.68% | 0.07% | - |
| HSV(B) | 189.6º | 0.81% | 0.12% | - |
| XYZ | 0.71 | 0.92 | 1.44 | - |
| YUV | 21.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 31 | 0.81 | 0.13 | 0 | 0.88 | 189.6 | 0.68 | 0.07 |
| Hex | 6 | 1B | 1F | 51 | D | 0 | 58 | BE | 44 | 7 |
| Octal | 6 | 33 | 37 | 121 | 15 | 0 | 130 | 276 | 104 | 7 |
| Binary | 110 | 11011 | 11111 | 1010001 | 1101 | 0 | 1011000 | 10111110 | 1000100 | 111 |
Color Harmonies of #061B1F
Complementary color
Monochromatic Colors of #061B1F
Black with #061B1F
Text Example
Text Example
White with #061B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B1F; }
p { color: rgb(6,27,31); }
H1.HeaderClassName
{
color: #061B1F;
}
.AnyTagClassName
{
color: #061B1F;
}
</style>
background-color css
<style>
a { background-color: #061B1F; }
a { background-color: rgb(6,27,31); }
div.DivClassName
{
background-color: #061B1F;
}
.BgClassName
{
background-color: #061B1F;
}
</style>
border-color css
<style>
span { border-color: #061B1F; }
span { border-color: rgb(6,27,31); }
td.TdClassName
{
border-color: #061B1F;
}
.TagClassName
{
border-color: #061B1F;
}
</style>