Shades of Black Pearl #0D2B35
Tints of Black Pearl #0D2B35
RGB
CMYK
RGB Variations
Color information
#0D2B35 (or 0x0D2B35) is known color: Black Pearl. HEX triplet: 0D, 2B and 35. RGB value is (13,43,53). Sum of RGB (Red+Green+Blue) = 13+43+53=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #0D2B35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2B35 is #F2D4CA. Grayscale: #232323. Windows color (decimal): -15914187 or 3484429. OLE color: 3484429.
HSL color Cylindrical-coordinate representation of color #0D2B35: hue angle of 195º degrees, saturation: 0.61, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D2B35 is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 13 | 43 | 53 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.79 |
| HSL | 195º | 0.61% | 0.13% | - |
| HSV(B) | 195º | 0.75% | 0.21% | - |
| XYZ | 1.67 | 2.07 | 3.68 | - |
| YUV | 35.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 43 | 53 | 0.75 | 0.19 | 0 | 0.79 | 195 | 0.61 | 0.13 |
| Hex | D | 2B | 35 | 4B | 13 | 0 | 4F | C3 | 3D | D |
| Octal | 15 | 53 | 65 | 113 | 23 | 0 | 117 | 303 | 75 | 15 |
| Binary | 1101 | 101011 | 110101 | 1001011 | 10011 | 0 | 1001111 | 11000011 | 111101 | 1101 |
Color Harmonies of #0D2B35
Complementary color
Monochromatic Colors of #0D2B35
Black with #0D2B35
Text Example
Text Example
White with #0D2B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2B35; }
p { color: rgb(13,43,53); }
H1.HeaderClassName
{
color: #0D2B35;
}
.AnyTagClassName
{
color: #0D2B35;
}
</style>
background-color css
<style>
a { background-color: #0D2B35; }
a { background-color: rgb(13,43,53); }
div.DivClassName
{
background-color: #0D2B35;
}
.BgClassName
{
background-color: #0D2B35;
}
</style>
border-color css
<style>
span { border-color: #0D2B35; }
span { border-color: rgb(13,43,53); }
td.TdClassName
{
border-color: #0D2B35;
}
.TagClassName
{
border-color: #0D2B35;
}
</style>