Shades of Black Pearl #001326
Tints of Black Pearl #001326
RGB
CMYK
RGB Variations
Color information
#001326 (or 0x001326) is known color: Black Pearl. HEX triplet: 00, 13 and 26. RGB value is (0,19,38). Sum of RGB (Red+Green+Blue) = 0+19+38=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 38 (15.23% from 255 or 66.67% from 57); Max value from RGB is 38 - color contains mainly: blue. Hex color #001326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001326 is #FFECD9. Grayscale: #0F0F0F. Windows color (decimal): -16772314 or 2495232. OLE color: 2495232.
HSL color Cylindrical-coordinate representation of color #001326: hue angle of 210º 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 #001326 is Cyan = 1, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 0 | 19 | 38 | - |
| CMYK | 1 | 0.50 | 0 | 0.85 |
| HSL | 210º | 1% | 0.07% | - |
| HSV(B) | 210º | 1% | 0.15% | - |
| XYZ | 0.58 | 0.61 | 1.92 | - |
| YUV | 15.49 | 140.71 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 19 | 38 | 1 | 0.50 | 0 | 0.85 | 210 | 1 | 0.07 |
| Hex | 0 | 13 | 26 | 64 | 32 | 0 | 55 | D2 | 64 | 7 |
| Octal | 0 | 23 | 46 | 144 | 62 | 0 | 125 | 322 | 144 | 7 |
| Binary | 0 | 10011 | 100110 | 1100100 | 110010 | 0 | 1010101 | 11010010 | 1100100 | 111 |
Color Harmonies of #001326
Complementary color
Monochromatic Colors of #001326
Black with #001326
Text Example
Text Example
White with #001326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001326; }
p { color: rgb(0,19,38); }
H1.HeaderClassName
{
color: #001326;
}
.AnyTagClassName
{
color: #001326;
}
</style>
background-color css
<style>
a { background-color: #001326; }
a { background-color: rgb(0,19,38); }
div.DivClassName
{
background-color: #001326;
}
.BgClassName
{
background-color: #001326;
}
</style>
border-color css
<style>
span { border-color: #001326; }
span { border-color: rgb(0,19,38); }
td.TdClassName
{
border-color: #001326;
}
.TagClassName
{
border-color: #001326;
}
</style>