Shades of Black Pearl #01272C
Tints of Black Pearl #01272C
RGB
CMYK
RGB Variations
Color information
#01272C (or 0x01272C) is known color: Black Pearl. HEX triplet: 01, 27 and 2C. RGB value is (1,39,44). Sum of RGB (Red+Green+Blue) = 1+39+44=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 39 (15.62% from 255 or 46.43% from 84); Blue value is 44 (17.58% from 255 or 52.38% from 84); Max value from RGB is 44 - color contains mainly: blue. Hex color #01272C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01272C is #FED8D3. Grayscale: #1C1C1C. Windows color (decimal): -16701652 or 2893569. OLE color: 2893569.
HSL color Cylindrical-coordinate representation of color #01272C: hue angle of 186.98º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01272C is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 1 | 39 | 44 | - |
| CMYK | 0.98 | 0.11 | 0 | 0.83 |
| HSL | 186.98º | 0.96% | 0.09% | - |
| HSV(B) | 186.98º | 0.98% | 0.17% | - |
| XYZ | 1.19 | 1.64 | 2.64 | - |
| YUV | 28.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 39 | 44 | 0.98 | 0.11 | 0 | 0.83 | 186.98 | 0.96 | 0.09 |
| Hex | 1 | 27 | 2C | 62 | B | 0 | 53 | BB | 60 | 9 |
| Octal | 1 | 47 | 54 | 142 | 13 | 0 | 123 | 273 | 140 | 11 |
| Binary | 1 | 100111 | 101100 | 1100010 | 1011 | 0 | 1010011 | 10111011 | 1100000 | 1001 |
Color Harmonies of #01272C
Complementary color
Monochromatic Colors of #01272C
Black with #01272C
Text Example
Text Example
White with #01272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01272C; }
p { color: rgb(1,39,44); }
H1.HeaderClassName
{
color: #01272C;
}
.AnyTagClassName
{
color: #01272C;
}
</style>
background-color css
<style>
a { background-color: #01272C; }
a { background-color: rgb(1,39,44); }
div.DivClassName
{
background-color: #01272C;
}
.BgClassName
{
background-color: #01272C;
}
</style>
border-color css
<style>
span { border-color: #01272C; }
span { border-color: rgb(1,39,44); }
td.TdClassName
{
border-color: #01272C;
}
.TagClassName
{
border-color: #01272C;
}
</style>