Shades of Black Pearl #061B2D
Tints of Black Pearl #061B2D
RGB
CMYK
RGB Variations
Color information
#061B2D (or 0x061B2D) is known color: Black Pearl. HEX triplet: 06, 1B and 2D. RGB value is (6,27,45). Sum of RGB (Red+Green+Blue) = 6+27+45=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 45 (17.97% from 255 or 57.69% from 78); Max value from RGB is 45 - color contains mainly: blue. Hex color #061B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B2D is #F9E4D2. Grayscale: #161616. Windows color (decimal): -16377043 or 2956038. OLE color: 2956038.
HSL color Cylindrical-coordinate representation of color #061B2D: hue angle of 207.69º 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 #061B2D is Cyan = 0.87, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 6 | 27 | 45 | - |
| CMYK | 0.87 | 0.4 | 0 | 0.82 |
| HSL | 207.69º | 0.76% | 0.1% | - |
| HSV(B) | 207.69º | 0.87% | 0.18% | - |
| XYZ | 0.94 | 1.01 | 2.63 | - |
| YUV | 22.77 | 140.54 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 45 | 0.87 | 0.4 | 0 | 0.82 | 207.69 | 0.76 | 0.1 |
| Hex | 6 | 1B | 2D | 57 | 28 | 0 | 52 | D0 | 4C | A |
| Octal | 6 | 33 | 55 | 127 | 50 | 0 | 122 | 320 | 114 | 12 |
| Binary | 110 | 11011 | 101101 | 1010111 | 101000 | 0 | 1010010 | 11010000 | 1001100 | 1010 |
Color Harmonies of #061B2D
Complementary color
Monochromatic Colors of #061B2D
Black with #061B2D
Text Example
Text Example
White with #061B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B2D; }
p { color: rgb(6,27,45); }
H1.HeaderClassName
{
color: #061B2D;
}
.AnyTagClassName
{
color: #061B2D;
}
</style>
background-color css
<style>
a { background-color: #061B2D; }
a { background-color: rgb(6,27,45); }
div.DivClassName
{
background-color: #061B2D;
}
.BgClassName
{
background-color: #061B2D;
}
</style>
border-color css
<style>
span { border-color: #061B2D; }
span { border-color: rgb(6,27,45); }
td.TdClassName
{
border-color: #061B2D;
}
.TagClassName
{
border-color: #061B2D;
}
</style>