Shades of Black Pearl #01192D
Tints of Black Pearl #01192D
RGB
CMYK
RGB Variations
Color information
#01192D (or 0x01192D) is known color: Black Pearl. HEX triplet: 01, 19 and 2D. RGB value is (1,25,45). Sum of RGB (Red+Green+Blue) = 1+25+45=71 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.41% from 71); Green value is 25 (10.16% from 255 or 35.21% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #01192D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01192D is #FEE6D2. Grayscale: #141414. Windows color (decimal): -16705235 or 2955521. OLE color: 2955521.
HSL color Cylindrical-coordinate representation of color #01192D: hue angle of 207.27º 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 #01192D is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 1 | 25 | 45 | - |
| CMYK | 0.98 | 0.44 | 0 | 0.82 |
| HSL | 207.27º | 0.96% | 0.09% | - |
| HSV(B) | 207.27º | 0.98% | 0.18% | - |
| XYZ | 0.83 | 0.89 | 2.61 | - |
| YUV | 20.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 25 | 45 | 0.98 | 0.44 | 0 | 0.82 | 207.27 | 0.96 | 0.09 |
| Hex | 1 | 19 | 2D | 62 | 2C | 0 | 52 | CF | 60 | 9 |
| Octal | 1 | 31 | 55 | 142 | 54 | 0 | 122 | 317 | 140 | 11 |
| Binary | 1 | 11001 | 101101 | 1100010 | 101100 | 0 | 1010010 | 11001111 | 1100000 | 1001 |
Color Harmonies of #01192D
Complementary color
Monochromatic Colors of #01192D
Black with #01192D
Text Example
Text Example
White with #01192D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01192D; }
p { color: rgb(1,25,45); }
H1.HeaderClassName
{
color: #01192D;
}
.AnyTagClassName
{
color: #01192D;
}
</style>
background-color css
<style>
a { background-color: #01192D; }
a { background-color: rgb(1,25,45); }
div.DivClassName
{
background-color: #01192D;
}
.BgClassName
{
background-color: #01192D;
}
</style>
border-color css
<style>
span { border-color: #01192D; }
span { border-color: rgb(1,25,45); }
td.TdClassName
{
border-color: #01192D;
}
.TagClassName
{
border-color: #01192D;
}
</style>