Shades of Black Pearl #001426
Tints of Black Pearl #001426
RGB
CMYK
RGB Variations
Color information
#001426 (or 0x001426) is known color: Black Pearl. HEX triplet: 00, 14 and 26. RGB value is (0,20,38). Sum of RGB (Red+Green+Blue) = 0+20+38=58 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #001426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001426 is #FFEBD9. Grayscale: #0F0F0F. Windows color (decimal): -16772058 or 2495488. OLE color: 2495488.
HSL color Cylindrical-coordinate representation of color #001426: hue angle of 208.42º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001426 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 20 | 38 | - |
| CMYK | 1 | 0.47 | 0 | 0.85 |
| HSL | 208.42º | 1% | 0.07% | - |
| HSV(B) | 208.42º | 1% | 0.15% | - |
| XYZ | 0.6 | 0.64 | 1.93 | - |
| YUV | 16.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 20 | 38 | 1 | 0.47 | 0 | 0.85 | 208.42 | 1 | 0.07 |
| Hex | 0 | 14 | 26 | 64 | 2F | 0 | 55 | D0 | 64 | 7 |
| Octal | 0 | 24 | 46 | 144 | 57 | 0 | 125 | 320 | 144 | 7 |
| Binary | 0 | 10100 | 100110 | 1100100 | 101111 | 0 | 1010101 | 11010000 | 1100100 | 111 |
Color Harmonies of #001426
Complementary color
Monochromatic Colors of #001426
Black with #001426
Text Example
Text Example
White with #001426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001426; }
p { color: rgb(0,20,38); }
H1.HeaderClassName
{
color: #001426;
}
.AnyTagClassName
{
color: #001426;
}
</style>
background-color css
<style>
a { background-color: #001426; }
a { background-color: rgb(0,20,38); }
div.DivClassName
{
background-color: #001426;
}
.BgClassName
{
background-color: #001426;
}
</style>
border-color css
<style>
span { border-color: #001426; }
span { border-color: rgb(0,20,38); }
td.TdClassName
{
border-color: #001426;
}
.TagClassName
{
border-color: #001426;
}
</style>