Shades of Black Pearl #01131D
Tints of Black Pearl #01131D
RGB
CMYK
RGB Variations
Color information
#01131D (or 0x01131D) is known color: Black Pearl. HEX triplet: 01, 13 and 1D. RGB value is (1,19,29). Sum of RGB (Red+Green+Blue) = 1+19+29=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #01131D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01131D is #FEECE2. Grayscale: #0E0E0E. Windows color (decimal): -16706787 or 1905409. OLE color: 1905409.
HSL color Cylindrical-coordinate representation of color #01131D: hue angle of 201.43º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01131D is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 1 | 19 | 29 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.89 |
| HSL | 201.43º | 0.93% | 0.06% | - |
| HSV(B) | 201.43º | 0.97% | 0.11% | - |
| XYZ | 0.47 | 0.56 | 1.25 | - |
| YUV | 14.76 | 136.04 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 29 | 0.97 | 0.34 | 0 | 0.89 | 201.43 | 0.93 | 0.06 |
| Hex | 1 | 13 | 1D | 61 | 22 | 0 | 59 | C9 | 5D | 6 |
| Octal | 1 | 23 | 35 | 141 | 42 | 0 | 131 | 311 | 135 | 6 |
| Binary | 1 | 10011 | 11101 | 1100001 | 100010 | 0 | 1011001 | 11001001 | 1011101 | 110 |
Color Harmonies of #01131D
Complementary color
Monochromatic Colors of #01131D
Black with #01131D
Text Example
Text Example
White with #01131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01131D; }
p { color: rgb(1,19,29); }
H1.HeaderClassName
{
color: #01131D;
}
.AnyTagClassName
{
color: #01131D;
}
</style>
background-color css
<style>
a { background-color: #01131D; }
a { background-color: rgb(1,19,29); }
div.DivClassName
{
background-color: #01131D;
}
.BgClassName
{
background-color: #01131D;
}
</style>
border-color css
<style>
span { border-color: #01131D; }
span { border-color: rgb(1,19,29); }
td.TdClassName
{
border-color: #01131D;
}
.TagClassName
{
border-color: #01131D;
}
</style>