Shades of Black Pearl #012027
Tints of Black Pearl #012027
RGB
CMYK
RGB Variations
Color information
#012027 (or 0x012027) is known color: Black Pearl. HEX triplet: 01, 20 and 27. RGB value is (1,32,39). Sum of RGB (Red+Green+Blue) = 1+32+39=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 39 (15.62% from 255 or 54.17% from 72); Max value from RGB is 39 - color contains mainly: blue. Hex color #012027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012027 is #FEDFD8. Grayscale: #171717. Windows color (decimal): -16703449 or 2564097. OLE color: 2564097.
HSL color Cylindrical-coordinate representation of color #012027: hue angle of 191.05º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012027 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 1 | 32 | 39 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.85 |
| HSL | 191.05º | 0.95% | 0.08% | - |
| HSV(B) | 191.05º | 0.97% | 0.15% | - |
| XYZ | 0.9 | 1.19 | 2.1 | - |
| YUV | 23.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 32 | 39 | 0.97 | 0.18 | 0 | 0.85 | 191.05 | 0.95 | 0.08 |
| Hex | 1 | 20 | 27 | 61 | 12 | 0 | 55 | BF | 5F | 8 |
| Octal | 1 | 40 | 47 | 141 | 22 | 0 | 125 | 277 | 137 | 10 |
| Binary | 1 | 100000 | 100111 | 1100001 | 10010 | 0 | 1010101 | 10111111 | 1011111 | 1000 |
Color Harmonies of #012027
Complementary color
Monochromatic Colors of #012027
Black with #012027
Text Example
Text Example
White with #012027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012027; }
p { color: rgb(1,32,39); }
H1.HeaderClassName
{
color: #012027;
}
.AnyTagClassName
{
color: #012027;
}
</style>
background-color css
<style>
a { background-color: #012027; }
a { background-color: rgb(1,32,39); }
div.DivClassName
{
background-color: #012027;
}
.BgClassName
{
background-color: #012027;
}
</style>
border-color css
<style>
span { border-color: #012027; }
span { border-color: rgb(1,32,39); }
td.TdClassName
{
border-color: #012027;
}
.TagClassName
{
border-color: #012027;
}
</style>