Shades of Black Pearl #09141D
Tints of Black Pearl #09141D
RGB
CMYK
RGB Variations
Color information
#09141D (or 0x09141D) is known color: Black Pearl. HEX triplet: 09, 14 and 1D. RGB value is (9,20,29). Sum of RGB (Red+Green+Blue) = 9+20+29=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 20 (8.20% from 255 or 34.48% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #09141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09141D is #F6EBE2. Grayscale: #111111. Windows color (decimal): -16182243 or 1905673. OLE color: 1905673.
HSL color Cylindrical-coordinate representation of color #09141D: hue angle of 207º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #09141D is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 9 | 20 | 29 | - |
| CMYK | 0.69 | 0.31 | 0 | 0.89 |
| HSL | 207º | 0.53% | 0.07% | - |
| HSV(B) | 207º | 0.69% | 0.11% | - |
| XYZ | 0.58 | 0.65 | 1.26 | - |
| YUV | 17.74 | 134.36 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 20 | 29 | 0.69 | 0.31 | 0 | 0.89 | 207 | 0.53 | 0.07 |
| Hex | 9 | 14 | 1D | 45 | 1F | 0 | 59 | CF | 35 | 7 |
| Octal | 11 | 24 | 35 | 105 | 37 | 0 | 131 | 317 | 65 | 7 |
| Binary | 1001 | 10100 | 11101 | 1000101 | 11111 | 0 | 1011001 | 11001111 | 110101 | 111 |
Color Harmonies of #09141D
Complementary color
Monochromatic Colors of #09141D
Black with #09141D
Text Example
Text Example
White with #09141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09141D; }
p { color: rgb(9,20,29); }
H1.HeaderClassName
{
color: #09141D;
}
.AnyTagClassName
{
color: #09141D;
}
</style>
background-color css
<style>
a { background-color: #09141D; }
a { background-color: rgb(9,20,29); }
div.DivClassName
{
background-color: #09141D;
}
.BgClassName
{
background-color: #09141D;
}
</style>
border-color css
<style>
span { border-color: #09141D; }
span { border-color: rgb(9,20,29); }
td.TdClassName
{
border-color: #09141D;
}
.TagClassName
{
border-color: #09141D;
}
</style>