Shades of Black Pearl #272B2C
Tints of Black Pearl #272B2C
RGB
CMYK
RGB Variations
Color information
#272B2C (or 0x272B2C) is known color: Black Pearl. HEX triplet: 27, 2B and 2C. RGB value is (39,43,44). Sum of RGB (Red+Green+Blue) = 39+43+44=126 (16% of max value = 765). Red value is 39 (15.62% from 255 or 30.95% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 44 - color contains mainly: blue. Hex color #272B2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B2C is #D8D4D3. Grayscale: #292929. Windows color (decimal): -14210260 or 2894631. OLE color: 2894631.
HSL color Cylindrical-coordinate representation of color #272B2C: hue angle of 192º degrees, saturation: 0.06, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #272B2C is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 39 | 43 | 44 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.83 |
| HSL | 192º | 0.06% | 0.16% | - |
| HSV(B) | 192º | 0.11% | 0.17% | - |
| XYZ | 2.16 | 2.34 | 2.72 | - |
| YUV | 41.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 44 | 0.11 | 0.02 | 0 | 0.83 | 192 | 0.06 | 0.16 |
| Hex | 27 | 2B | 2C | B | 2 | 0 | 53 | C0 | 6 | 10 |
| Octal | 47 | 53 | 54 | 13 | 2 | 0 | 123 | 300 | 6 | 20 |
| Binary | 100111 | 101011 | 101100 | 1011 | 10 | 0 | 1010011 | 11000000 | 110 | 10000 |
Color Harmonies of #272B2C
Complementary color
Monochromatic Colors of #272B2C
Black with #272B2C
Text Example
Text Example
White with #272B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B2C; }
p { color: rgb(39,43,44); }
H1.HeaderClassName
{
color: #272B2C;
}
.AnyTagClassName
{
color: #272B2C;
}
</style>
background-color css
<style>
a { background-color: #272B2C; }
a { background-color: rgb(39,43,44); }
div.DivClassName
{
background-color: #272B2C;
}
.BgClassName
{
background-color: #272B2C;
}
</style>
border-color css
<style>
span { border-color: #272B2C; }
span { border-color: rgb(39,43,44); }
td.TdClassName
{
border-color: #272B2C;
}
.TagClassName
{
border-color: #272B2C;
}
</style>