Shades of Black Pearl #001C27
Tints of Black Pearl #001C27
RGB
CMYK
RGB Variations
Color information
#001C27 (or 0x001C27) is known color: Black Pearl. HEX triplet: 00, 1C and 27. RGB value is (0,28,39). Sum of RGB (Red+Green+Blue) = 0+28+39=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #001C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C27 is #FFE3D8. Grayscale: #141414. Windows color (decimal): -16770009 or 2563072. OLE color: 2563072.
HSL color Cylindrical-coordinate representation of color #001C27: hue angle of 196.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C27 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 28 | 39 | - |
| CMYK | 1 | 0.28 | 0 | 0.85 |
| HSL | 196.92º | 1% | 0.08% | - |
| HSV(B) | 196.92º | 1% | 0.15% | - |
| XYZ | 0.78 | 0.98 | 2.07 | - |
| YUV | 20.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 39 | 1 | 0.28 | 0 | 0.85 | 196.92 | 1 | 0.08 |
| Hex | 0 | 1C | 27 | 64 | 1C | 0 | 55 | C5 | 64 | 8 |
| Octal | 0 | 34 | 47 | 144 | 34 | 0 | 125 | 305 | 144 | 10 |
| Binary | 0 | 11100 | 100111 | 1100100 | 11100 | 0 | 1010101 | 11000101 | 1100100 | 1000 |
Color Harmonies of #001C27
Complementary color
Monochromatic Colors of #001C27
Black with #001C27
Text Example
Text Example
White with #001C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C27; }
p { color: rgb(0,28,39); }
H1.HeaderClassName
{
color: #001C27;
}
.AnyTagClassName
{
color: #001C27;
}
</style>
background-color css
<style>
a { background-color: #001C27; }
a { background-color: rgb(0,28,39); }
div.DivClassName
{
background-color: #001C27;
}
.BgClassName
{
background-color: #001C27;
}
</style>
border-color css
<style>
span { border-color: #001C27; }
span { border-color: rgb(0,28,39); }
td.TdClassName
{
border-color: #001C27;
}
.TagClassName
{
border-color: #001C27;
}
</style>