Shades of Black Pearl #0D262D
Tints of Black Pearl #0D262D
RGB
CMYK
RGB Variations
Color information
#0D262D (or 0x0D262D) is known color: Black Pearl. HEX triplet: 0D, 26 and 2D. RGB value is (13,38,45). Sum of RGB (Red+Green+Blue) = 13+38+45=96 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.54% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 45 (17.97% from 255 or 46.88% from 96); Max value from RGB is 45 - color contains mainly: blue. Hex color #0D262D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D262D is #F2D9D2. Grayscale: #1F1F1F. Windows color (decimal): -15915475 or 2958861. OLE color: 2958861.
HSL color Cylindrical-coordinate representation of color #0D262D: hue angle of 193.12º 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 #0D262D is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 38 | 45 | - |
| CMYK | 0.71 | 0.16 | 0 | 0.82 |
| HSL | 193.13º | 0.55% | 0.11% | - |
| HSV(B) | 193.13º | 0.71% | 0.18% | - |
| XYZ | 1.33 | 1.66 | 2.73 | - |
| YUV | 31.32 | 135.72 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 45 | 0.71 | 0.16 | 0 | 0.82 | 193.13 | 0.55 | 0.11 |
| Hex | D | 26 | 2D | 47 | 10 | 0 | 52 | C1 | 37 | B |
| Octal | 15 | 46 | 55 | 107 | 20 | 0 | 122 | 301 | 67 | 13 |
| Binary | 1101 | 100110 | 101101 | 1000111 | 10000 | 0 | 1010010 | 11000001 | 110111 | 1011 |
Color Harmonies of #0D262D
Complementary color
Monochromatic Colors of #0D262D
Black with #0D262D
Text Example
Text Example
White with #0D262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D262D; }
p { color: rgb(13,38,45); }
H1.HeaderClassName
{
color: #0D262D;
}
.AnyTagClassName
{
color: #0D262D;
}
</style>
background-color css
<style>
a { background-color: #0D262D; }
a { background-color: rgb(13,38,45); }
div.DivClassName
{
background-color: #0D262D;
}
.BgClassName
{
background-color: #0D262D;
}
</style>
border-color css
<style>
span { border-color: #0D262D; }
span { border-color: rgb(13,38,45); }
td.TdClassName
{
border-color: #0D262D;
}
.TagClassName
{
border-color: #0D262D;
}
</style>