Shades of Black Pearl #08272B
Tints of Black Pearl #08272B
RGB
CMYK
RGB Variations
Color information
#08272B (or 0x08272B) is known color: Black Pearl. HEX triplet: 08, 27 and 2B. RGB value is (8,39,43). Sum of RGB (Red+Green+Blue) = 8+39+43=90 (11% of max value = 765). Red value is 8 (3.52% from 255 or 8.89% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #08272B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08272B is #F7D8D4. Grayscale: #1E1E1E. Windows color (decimal): -16242901 or 2828040. OLE color: 2828040.
HSL color Cylindrical-coordinate representation of color #08272B: hue angle of 186.86º degrees, saturation: 0.69, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #08272B is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 8 | 39 | 43 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.83 |
| HSL | 186.86º | 0.69% | 0.1% | - |
| HSV(B) | 186.86º | 0.81% | 0.17% | - |
| XYZ | 1.26 | 1.68 | 2.54 | - |
| YUV | 30.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 43 | 0.81 | 0.09 | 0 | 0.83 | 186.86 | 0.69 | 0.1 |
| Hex | 8 | 27 | 2B | 51 | 9 | 0 | 53 | BB | 45 | A |
| Octal | 10 | 47 | 53 | 121 | 11 | 0 | 123 | 273 | 105 | 12 |
| Binary | 1000 | 100111 | 101011 | 1010001 | 1001 | 0 | 1010011 | 10111011 | 1000101 | 1010 |
Color Harmonies of #08272B
Complementary color
Monochromatic Colors of #08272B
Black with #08272B
Text Example
Text Example
White with #08272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08272B; }
p { color: rgb(8,39,43); }
H1.HeaderClassName
{
color: #08272B;
}
.AnyTagClassName
{
color: #08272B;
}
</style>
background-color css
<style>
a { background-color: #08272B; }
a { background-color: rgb(8,39,43); }
div.DivClassName
{
background-color: #08272B;
}
.BgClassName
{
background-color: #08272B;
}
</style>
border-color css
<style>
span { border-color: #08272B; }
span { border-color: rgb(8,39,43); }
td.TdClassName
{
border-color: #08272B;
}
.TagClassName
{
border-color: #08272B;
}
</style>