Shades of Black Pearl #0D2127
Tints of Black Pearl #0D2127
RGB
CMYK
RGB Variations
Color information
#0D2127 (or 0x0D2127) is known color: Black Pearl. HEX triplet: 0D, 21 and 27. RGB value is (13,33,39). Sum of RGB (Red+Green+Blue) = 13+33+39=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 39 (15.62% from 255 or 45.88% from 85); Max value from RGB is 39 - color contains mainly: blue. Hex color #0D2127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2127 is #F2DED8. Grayscale: #1B1B1B. Windows color (decimal): -15916761 or 2564365. OLE color: 2564365.
HSL color Cylindrical-coordinate representation of color #0D2127: hue angle of 193.85º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D2127 is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 33 | 39 | - |
| CMYK | 0.67 | 0.15 | 0 | 0.85 |
| HSL | 193.85º | 0.5% | 0.1% | - |
| HSV(B) | 193.85º | 0.67% | 0.15% | - |
| XYZ | 1.08 | 1.32 | 2.12 | - |
| YUV | 27.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 39 | 0.67 | 0.15 | 0 | 0.85 | 193.85 | 0.5 | 0.1 |
| Hex | D | 21 | 27 | 43 | F | 0 | 55 | C2 | 32 | A |
| Octal | 15 | 41 | 47 | 103 | 17 | 0 | 125 | 302 | 62 | 12 |
| Binary | 1101 | 100001 | 100111 | 1000011 | 1111 | 0 | 1010101 | 11000010 | 110010 | 1010 |
Color Harmonies of #0D2127
Complementary color
Monochromatic Colors of #0D2127
Black with #0D2127
Text Example
Text Example
White with #0D2127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2127; }
p { color: rgb(13,33,39); }
H1.HeaderClassName
{
color: #0D2127;
}
.AnyTagClassName
{
color: #0D2127;
}
</style>
background-color css
<style>
a { background-color: #0D2127; }
a { background-color: rgb(13,33,39); }
div.DivClassName
{
background-color: #0D2127;
}
.BgClassName
{
background-color: #0D2127;
}
</style>
border-color css
<style>
span { border-color: #0D2127; }
span { border-color: rgb(13,33,39); }
td.TdClassName
{
border-color: #0D2127;
}
.TagClassName
{
border-color: #0D2127;
}
</style>