Shades of Black Pearl #001A31
Tints of Black Pearl #001A31
RGB
CMYK
RGB Variations
Color information
#001A31 (or 0x001A31) is known color: Black Pearl. HEX triplet: 00, 1A and 31. RGB value is (0,26,49). Sum of RGB (Red+Green+Blue) = 0+26+49=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 26 (10.55% from 255 or 34.67% from 75); Blue value is 49 (19.53% from 255 or 65.33% from 75); Max value from RGB is 49 - color contains mainly: blue. Hex color #001A31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A31 is #FFE5CE. Grayscale: #141414. Windows color (decimal): -16770511 or 3217920. OLE color: 3217920.
HSL color Cylindrical-coordinate representation of color #001A31: hue angle of 208.16º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A31 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 26 | 49 | - |
| CMYK | 1 | 0.47 | 0 | 0.81 |
| HSL | 208.16º | 1% | 0.1% | - |
| HSV(B) | 208.16º | 1% | 0.19% | - |
| XYZ | 0.92 | 0.96 | 3.04 | - |
| YUV | 20.85 | 143.89 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 49 | 1 | 0.47 | 0 | 0.81 | 208.16 | 1 | 0.1 |
| Hex | 0 | 1A | 31 | 64 | 2F | 0 | 51 | D0 | 64 | A |
| Octal | 0 | 32 | 61 | 144 | 57 | 0 | 121 | 320 | 144 | 12 |
| Binary | 0 | 11010 | 110001 | 1100100 | 101111 | 0 | 1010001 | 11010000 | 1100100 | 1010 |
Color Harmonies of #001A31
Complementary color
Monochromatic Colors of #001A31
Black with #001A31
Text Example
Text Example
White with #001A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A31; }
p { color: rgb(0,26,49); }
H1.HeaderClassName
{
color: #001A31;
}
.AnyTagClassName
{
color: #001A31;
}
</style>
background-color css
<style>
a { background-color: #001A31; }
a { background-color: rgb(0,26,49); }
div.DivClassName
{
background-color: #001A31;
}
.BgClassName
{
background-color: #001A31;
}
</style>
border-color css
<style>
span { border-color: #001A31; }
span { border-color: rgb(0,26,49); }
td.TdClassName
{
border-color: #001A31;
}
.TagClassName
{
border-color: #001A31;
}
</style>