Shades of Black Pearl #001227
Tints of Black Pearl #001227
RGB
CMYK
RGB Variations
Color information
#001227 (or 0x001227) is known color: Black Pearl. HEX triplet: 00, 12 and 27. RGB value is (0,18,39). Sum of RGB (Red+Green+Blue) = 0+18+39=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 39 (15.62% from 255 or 68.42% from 57); Max value from RGB is 39 - color contains mainly: blue. Hex color #001227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001227 is #FFEDD8. Grayscale: #0E0E0E. Windows color (decimal): -16772569 or 2560512. OLE color: 2560512.
HSL color Cylindrical-coordinate representation of color #001227: hue angle of 212.31º 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 #001227 is Cyan = 1, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 18 | 39 | - |
| CMYK | 1 | 0.54 | 0 | 0.85 |
| HSL | 212.31º | 1% | 0.08% | - |
| HSV(B) | 212.31º | 1% | 0.15% | - |
| XYZ | 0.58 | 0.58 | 2 | - |
| YUV | 15.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 18 | 39 | 1 | 0.54 | 0 | 0.85 | 212.31 | 1 | 0.08 |
| Hex | 0 | 12 | 27 | 64 | 36 | 0 | 55 | D4 | 64 | 8 |
| Octal | 0 | 22 | 47 | 144 | 66 | 0 | 125 | 324 | 144 | 10 |
| Binary | 0 | 10010 | 100111 | 1100100 | 110110 | 0 | 1010101 | 11010100 | 1100100 | 1000 |
Color Harmonies of #001227
Complementary color
Monochromatic Colors of #001227
Black with #001227
Text Example
Text Example
White with #001227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001227; }
p { color: rgb(0,18,39); }
H1.HeaderClassName
{
color: #001227;
}
.AnyTagClassName
{
color: #001227;
}
</style>
background-color css
<style>
a { background-color: #001227; }
a { background-color: rgb(0,18,39); }
div.DivClassName
{
background-color: #001227;
}
.BgClassName
{
background-color: #001227;
}
</style>
border-color css
<style>
span { border-color: #001227; }
span { border-color: rgb(0,18,39); }
td.TdClassName
{
border-color: #001227;
}
.TagClassName
{
border-color: #001227;
}
</style>