Shades of Black Pearl #06272B
Tints of Black Pearl #06272B
RGB
CMYK
RGB Variations
Color information
#06272B (or 0x06272B) is known color: Black Pearl. HEX triplet: 06, 27 and 2B. RGB value is (6,39,43). Sum of RGB (Red+Green+Blue) = 6+39+43=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 39 (15.62% from 255 or 44.32% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #06272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06272B is #F9D8D4. Grayscale: #1D1D1D. Windows color (decimal): -16373973 or 2828038. OLE color: 2828038.
HSL color Cylindrical-coordinate representation of color #06272B: hue angle of 186.49º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06272B is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 6 | 39 | 43 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.83 |
| HSL | 186.49º | 0.76% | 0.1% | - |
| HSV(B) | 186.49º | 0.86% | 0.17% | - |
| XYZ | 1.24 | 1.66 | 2.54 | - |
| YUV | 29.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 39 | 43 | 0.86 | 0.09 | 0 | 0.83 | 186.49 | 0.76 | 0.1 |
| Hex | 6 | 27 | 2B | 56 | 9 | 0 | 53 | BA | 4C | A |
| Octal | 6 | 47 | 53 | 126 | 11 | 0 | 123 | 272 | 114 | 12 |
| Binary | 110 | 100111 | 101011 | 1010110 | 1001 | 0 | 1010011 | 10111010 | 1001100 | 1010 |
Color Harmonies of #06272B
Complementary color
Monochromatic Colors of #06272B
Black with #06272B
Text Example
Text Example
White with #06272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06272B; }
p { color: rgb(6,39,43); }
H1.HeaderClassName
{
color: #06272B;
}
.AnyTagClassName
{
color: #06272B;
}
</style>
background-color css
<style>
a { background-color: #06272B; }
a { background-color: rgb(6,39,43); }
div.DivClassName
{
background-color: #06272B;
}
.BgClassName
{
background-color: #06272B;
}
</style>
border-color css
<style>
span { border-color: #06272B; }
span { border-color: rgb(6,39,43); }
td.TdClassName
{
border-color: #06272B;
}
.TagClassName
{
border-color: #06272B;
}
</style>