Shades of Black Pearl #061F2D
Tints of Black Pearl #061F2D
RGB
CMYK
RGB Variations
Color information
#061F2D (or 0x061F2D) is known color: Black Pearl. HEX triplet: 06, 1F and 2D. RGB value is (6,31,45). Sum of RGB (Red+Green+Blue) = 6+31+45=82 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.32% from 82); Green value is 31 (12.5% from 255 or 37.80% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #061F2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061F2D is #F9E0D2. Grayscale: #191919. Windows color (decimal): -16376019 or 2957062. OLE color: 2957062.
HSL color Cylindrical-coordinate representation of color #061F2D: hue angle of 201.54º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #061F2D is Cyan = 0.87, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 31 | 45 | - |
| CMYK | 0.87 | 0.31 | 0 | 0.82 |
| HSL | 201.54º | 0.76% | 0.1% | - |
| HSV(B) | 201.54º | 0.87% | 0.18% | - |
| XYZ | 1.04 | 1.21 | 2.66 | - |
| YUV | 25.12 | 139.22 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 31 | 45 | 0.87 | 0.31 | 0 | 0.82 | 201.54 | 0.76 | 0.1 |
| Hex | 6 | 1F | 2D | 57 | 1F | 0 | 52 | CA | 4C | A |
| Octal | 6 | 37 | 55 | 127 | 37 | 0 | 122 | 312 | 114 | 12 |
| Binary | 110 | 11111 | 101101 | 1010111 | 11111 | 0 | 1010010 | 11001010 | 1001100 | 1010 |
Color Harmonies of #061F2D
Complementary color
Monochromatic Colors of #061F2D
Black with #061F2D
Text Example
Text Example
White with #061F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061F2D; }
p { color: rgb(6,31,45); }
H1.HeaderClassName
{
color: #061F2D;
}
.AnyTagClassName
{
color: #061F2D;
}
</style>
background-color css
<style>
a { background-color: #061F2D; }
a { background-color: rgb(6,31,45); }
div.DivClassName
{
background-color: #061F2D;
}
.BgClassName
{
background-color: #061F2D;
}
</style>
border-color css
<style>
span { border-color: #061F2D; }
span { border-color: rgb(6,31,45); }
td.TdClassName
{
border-color: #061F2D;
}
.TagClassName
{
border-color: #061F2D;
}
</style>