Shades of Black Pearl #0D2C34
Tints of Black Pearl #0D2C34
RGB
CMYK
RGB Variations
Color information
#0D2C34 (or 0x0D2C34) is known color: Black Pearl. HEX triplet: 0D, 2C and 34. RGB value is (13,44,52). Sum of RGB (Red+Green+Blue) = 13+44+52=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #0D2C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2C34 is #F2D3CB. Grayscale: #232323. Windows color (decimal): -15913932 or 3419149. OLE color: 3419149.
HSL color Cylindrical-coordinate representation of color #0D2C34: hue angle of 192.31º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D2C34 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 44 | 52 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.80 |
| HSL | 192.31º | 0.6% | 0.13% | - |
| HSV(B) | 192.31º | 0.75% | 0.2% | - |
| XYZ | 1.69 | 2.13 | 3.57 | - |
| YUV | 35.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 44 | 52 | 0.75 | 0.15 | 0 | 0.80 | 192.31 | 0.6 | 0.13 |
| Hex | D | 2C | 34 | 4B | F | 0 | 50 | C0 | 3C | D |
| Octal | 15 | 54 | 64 | 113 | 17 | 0 | 120 | 300 | 74 | 15 |
| Binary | 1101 | 101100 | 110100 | 1001011 | 1111 | 0 | 1010000 | 11000000 | 111100 | 1101 |
Color Harmonies of #0D2C34
Complementary color
Monochromatic Colors of #0D2C34
Black with #0D2C34
Text Example
Text Example
White with #0D2C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2C34; }
p { color: rgb(13,44,52); }
H1.HeaderClassName
{
color: #0D2C34;
}
.AnyTagClassName
{
color: #0D2C34;
}
</style>
background-color css
<style>
a { background-color: #0D2C34; }
a { background-color: rgb(13,44,52); }
div.DivClassName
{
background-color: #0D2C34;
}
.BgClassName
{
background-color: #0D2C34;
}
</style>
border-color css
<style>
span { border-color: #0D2C34; }
span { border-color: rgb(13,44,52); }
td.TdClassName
{
border-color: #0D2C34;
}
.TagClassName
{
border-color: #0D2C34;
}
</style>