Shades of Black Pearl #0D1D32
Tints of Black Pearl #0D1D32
RGB
CMYK
RGB Variations
Color information
#0D1D32 (or 0x0D1D32) is known color: Black Pearl. HEX triplet: 0D, 1D and 32. RGB value is (13,29,50). Sum of RGB (Red+Green+Blue) = 13+29+50=92 (12% of max value = 765). Red value is 13 (5.47% from 255 or 14.13% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D1D32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1D32 is #F2E2CD. Grayscale: #1A1A1A. Windows color (decimal): -15917774 or 3284237. OLE color: 3284237.
HSL color Cylindrical-coordinate representation of color #0D1D32: hue angle of 214.05º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D1D32 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 29 | 50 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.80 |
| HSL | 214.05º | 0.59% | 0.12% | - |
| HSV(B) | 214.05º | 0.74% | 0.2% | - |
| XYZ | 1.18 | 1.19 | 3.19 | - |
| YUV | 26.61 | 141.2 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 50 | 0.74 | 0.42 | 0 | 0.80 | 214.05 | 0.59 | 0.12 |
| Hex | D | 1D | 32 | 4A | 2A | 0 | 50 | D6 | 3B | C |
| Octal | 15 | 35 | 62 | 112 | 52 | 0 | 120 | 326 | 73 | 14 |
| Binary | 1101 | 11101 | 110010 | 1001010 | 101010 | 0 | 1010000 | 11010110 | 111011 | 1100 |
Color Harmonies of #0D1D32
Complementary color
Monochromatic Colors of #0D1D32
Black with #0D1D32
Text Example
Text Example
White with #0D1D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D32; }
p { color: rgb(13,29,50); }
H1.HeaderClassName
{
color: #0D1D32;
}
.AnyTagClassName
{
color: #0D1D32;
}
</style>
background-color css
<style>
a { background-color: #0D1D32; }
a { background-color: rgb(13,29,50); }
div.DivClassName
{
background-color: #0D1D32;
}
.BgClassName
{
background-color: #0D1D32;
}
</style>
border-color css
<style>
span { border-color: #0D1D32; }
span { border-color: rgb(13,29,50); }
td.TdClassName
{
border-color: #0D1D32;
}
.TagClassName
{
border-color: #0D1D32;
}
</style>