Shades of Black Pearl #08272F
Tints of Black Pearl #08272F
RGB
CMYK
RGB Variations
Color information
#08272F (or 0x08272F) is known color: Black Pearl. HEX triplet: 08, 27 and 2F. RGB value is (8,39,47). Sum of RGB (Red+Green+Blue) = 8+39+47=94 (12% of max value = 765). Red value is 8 (3.52% from 255 or 8.51% from 94); Green value is 39 (15.62% from 255 or 41.49% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #08272F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08272F is #F7D8D0. Grayscale: #1E1E1E. Windows color (decimal): -16242897 or 3090184. OLE color: 3090184.
HSL color Cylindrical-coordinate representation of color #08272F: hue angle of 192.31º degrees, saturation: 0.71, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #08272F is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 8 | 39 | 47 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.82 |
| HSL | 192.31º | 0.71% | 0.11% | - |
| HSV(B) | 192.31º | 0.83% | 0.18% | - |
| XYZ | 1.34 | 1.71 | 2.95 | - |
| YUV | 30.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 47 | 0.83 | 0.17 | 0 | 0.82 | 192.31 | 0.71 | 0.11 |
| Hex | 8 | 27 | 2F | 53 | 11 | 0 | 52 | C0 | 47 | B |
| Octal | 10 | 47 | 57 | 123 | 21 | 0 | 122 | 300 | 107 | 13 |
| Binary | 1000 | 100111 | 101111 | 1010011 | 10001 | 0 | 1010010 | 11000000 | 1000111 | 1011 |
Color Harmonies of #08272F
Complementary color
Monochromatic Colors of #08272F
Black with #08272F
Text Example
Text Example
White with #08272F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08272F; }
p { color: rgb(8,39,47); }
H1.HeaderClassName
{
color: #08272F;
}
.AnyTagClassName
{
color: #08272F;
}
</style>
background-color css
<style>
a { background-color: #08272F; }
a { background-color: rgb(8,39,47); }
div.DivClassName
{
background-color: #08272F;
}
.BgClassName
{
background-color: #08272F;
}
</style>
border-color css
<style>
span { border-color: #08272F; }
span { border-color: rgb(8,39,47); }
td.TdClassName
{
border-color: #08272F;
}
.TagClassName
{
border-color: #08272F;
}
</style>