Shades of Black Pearl #0D1F2E
Tints of Black Pearl #0D1F2E
RGB
CMYK
RGB Variations
Color information
#0D1F2E (or 0x0D1F2E) is known color: Black Pearl. HEX triplet: 0D, 1F and 2E. RGB value is (13,31,46). Sum of RGB (Red+Green+Blue) = 13+31+46=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #0D1F2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1F2E is #F2E0D1. Grayscale: #1B1B1B. Windows color (decimal): -15917266 or 3022605. OLE color: 3022605.
HSL color Cylindrical-coordinate representation of color #0D1F2E: hue angle of 207.27º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0D1F2E is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 31 | 46 | - |
| CMYK | 0.72 | 0.33 | 0 | 0.82 |
| HSL | 207.27º | 0.56% | 0.12% | - |
| HSV(B) | 207.27º | 0.72% | 0.18% | - |
| XYZ | 1.15 | 1.26 | 2.77 | - |
| YUV | 27.33 | 138.54 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 46 | 0.72 | 0.33 | 0 | 0.82 | 207.27 | 0.56 | 0.12 |
| Hex | D | 1F | 2E | 48 | 21 | 0 | 52 | CF | 38 | C |
| Octal | 15 | 37 | 56 | 110 | 41 | 0 | 122 | 317 | 70 | 14 |
| Binary | 1101 | 11111 | 101110 | 1001000 | 100001 | 0 | 1010010 | 11001111 | 111000 | 1100 |
Color Harmonies of #0D1F2E
Complementary color
Monochromatic Colors of #0D1F2E
Black with #0D1F2E
Text Example
Text Example
White with #0D1F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F2E; }
p { color: rgb(13,31,46); }
H1.HeaderClassName
{
color: #0D1F2E;
}
.AnyTagClassName
{
color: #0D1F2E;
}
</style>
background-color css
<style>
a { background-color: #0D1F2E; }
a { background-color: rgb(13,31,46); }
div.DivClassName
{
background-color: #0D1F2E;
}
.BgClassName
{
background-color: #0D1F2E;
}
</style>
border-color css
<style>
span { border-color: #0D1F2E; }
span { border-color: rgb(13,31,46); }
td.TdClassName
{
border-color: #0D1F2E;
}
.TagClassName
{
border-color: #0D1F2E;
}
</style>