Shades of Black Pearl #0D1B2D
Tints of Black Pearl #0D1B2D
RGB
CMYK
RGB Variations
Color information
#0D1B2D (or 0x0D1B2D) is known color: Black Pearl. HEX triplet: 0D, 1B and 2D. RGB value is (13,27,45). Sum of RGB (Red+Green+Blue) = 13+27+45=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 45 (17.97% from 255 or 52.94% from 85); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D1B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1B2D is #F2E4D2. Grayscale: #181818. Windows color (decimal): -15918291 or 2956045. OLE color: 2956045.
HSL color Cylindrical-coordinate representation of color #0D1B2D: hue angle of 213.75º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D1B2D is Cyan = 0.71, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 27 | 45 | - |
| CMYK | 0.71 | 0.4 | 0 | 0.82 |
| HSL | 213.75º | 0.55% | 0.11% | - |
| HSV(B) | 213.75º | 0.71% | 0.18% | - |
| XYZ | 1.03 | 1.06 | 2.63 | - |
| YUV | 24.87 | 139.36 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 45 | 0.71 | 0.4 | 0 | 0.82 | 213.75 | 0.55 | 0.11 |
| Hex | D | 1B | 2D | 47 | 28 | 0 | 52 | D6 | 37 | B |
| Octal | 15 | 33 | 55 | 107 | 50 | 0 | 122 | 326 | 67 | 13 |
| Binary | 1101 | 11011 | 101101 | 1000111 | 101000 | 0 | 1010010 | 11010110 | 110111 | 1011 |
Color Harmonies of #0D1B2D
Complementary color
Monochromatic Colors of #0D1B2D
Black with #0D1B2D
Text Example
Text Example
White with #0D1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B2D; }
p { color: rgb(13,27,45); }
H1.HeaderClassName
{
color: #0D1B2D;
}
.AnyTagClassName
{
color: #0D1B2D;
}
</style>
background-color css
<style>
a { background-color: #0D1B2D; }
a { background-color: rgb(13,27,45); }
div.DivClassName
{
background-color: #0D1B2D;
}
.BgClassName
{
background-color: #0D1B2D;
}
</style>
border-color css
<style>
span { border-color: #0D1B2D; }
span { border-color: rgb(13,27,45); }
td.TdClassName
{
border-color: #0D1B2D;
}
.TagClassName
{
border-color: #0D1B2D;
}
</style>