Shades of Black Pearl #01132D
Tints of Black Pearl #01132D
RGB
CMYK
RGB Variations
Color information
#01132D (or 0x01132D) is known color: Black Pearl. HEX triplet: 01, 13 and 2D. RGB value is (1,19,45). Sum of RGB (Red+Green+Blue) = 1+19+45=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 45 (17.97% from 255 or 69.23% from 65); Max value from RGB is 45 - color contains mainly: blue. Hex color #01132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01132D is #FEECD2. Grayscale: #101010. Windows color (decimal): -16706771 or 2953985. OLE color: 2953985.
HSL color Cylindrical-coordinate representation of color #01132D: hue angle of 215.45º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01132D is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 19 | 45 | - |
| CMYK | 0.98 | 0.58 | 0 | 0.82 |
| HSL | 215.45º | 0.96% | 0.09% | - |
| HSV(B) | 215.45º | 0.98% | 0.18% | - |
| XYZ | 0.72 | 0.66 | 2.57 | - |
| YUV | 16.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 19 | 45 | 0.98 | 0.58 | 0 | 0.82 | 215.45 | 0.96 | 0.09 |
| Hex | 1 | 13 | 2D | 62 | 3A | 0 | 52 | D7 | 60 | 9 |
| Octal | 1 | 23 | 55 | 142 | 72 | 0 | 122 | 327 | 140 | 11 |
| Binary | 1 | 10011 | 101101 | 1100010 | 111010 | 0 | 1010010 | 11010111 | 1100000 | 1001 |
Color Harmonies of #01132D
Complementary color
Monochromatic Colors of #01132D
Black with #01132D
Text Example
Text Example
White with #01132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01132D; }
p { color: rgb(1,19,45); }
H1.HeaderClassName
{
color: #01132D;
}
.AnyTagClassName
{
color: #01132D;
}
</style>
background-color css
<style>
a { background-color: #01132D; }
a { background-color: rgb(1,19,45); }
div.DivClassName
{
background-color: #01132D;
}
.BgClassName
{
background-color: #01132D;
}
</style>
border-color css
<style>
span { border-color: #01132D; }
span { border-color: rgb(1,19,45); }
td.TdClassName
{
border-color: #01132D;
}
.TagClassName
{
border-color: #01132D;
}
</style>