Shades of Black Pearl #001A27
Tints of Black Pearl #001A27
RGB
CMYK
RGB Variations
Color information
#001A27 (or 0x001A27) is known color: Black Pearl. HEX triplet: 00, 1A and 27. RGB value is (0,26,39). Sum of RGB (Red+Green+Blue) = 0+26+39=65 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #001A27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A27 is #FFE5D8. Grayscale: #131313. Windows color (decimal): -16770521 or 2562560. OLE color: 2562560.
HSL color Cylindrical-coordinate representation of color #001A27: hue angle of 200º 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 #001A27 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 26 | 39 | - |
| CMYK | 1 | 0.33 | 0 | 0.85 |
| HSL | 200º | 1% | 0.08% | - |
| HSV(B) | 200º | 1% | 0.15% | - |
| XYZ | 0.74 | 0.89 | 2.05 | - |
| YUV | 19.71 | 138.89 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 39 | 1 | 0.33 | 0 | 0.85 | 200 | 1 | 0.08 |
| Hex | 0 | 1A | 27 | 64 | 21 | 0 | 55 | C8 | 64 | 8 |
| Octal | 0 | 32 | 47 | 144 | 41 | 0 | 125 | 310 | 144 | 10 |
| Binary | 0 | 11010 | 100111 | 1100100 | 100001 | 0 | 1010101 | 11001000 | 1100100 | 1000 |
Color Harmonies of #001A27
Complementary color
Monochromatic Colors of #001A27
Black with #001A27
Text Example
Text Example
White with #001A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A27; }
p { color: rgb(0,26,39); }
H1.HeaderClassName
{
color: #001A27;
}
.AnyTagClassName
{
color: #001A27;
}
</style>
background-color css
<style>
a { background-color: #001A27; }
a { background-color: rgb(0,26,39); }
div.DivClassName
{
background-color: #001A27;
}
.BgClassName
{
background-color: #001A27;
}
</style>
border-color css
<style>
span { border-color: #001A27; }
span { border-color: rgb(0,26,39); }
td.TdClassName
{
border-color: #001A27;
}
.TagClassName
{
border-color: #001A27;
}
</style>