Shades of Black Pearl #0D2632
Tints of Black Pearl #0D2632
RGB
CMYK
RGB Variations
Color information
#0D2632 (or 0x0D2632) is known color: Black Pearl. HEX triplet: 0D, 26 and 32. RGB value is (13,38,50). Sum of RGB (Red+Green+Blue) = 13+38+50=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D2632 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2632 is #F2D9CD. Grayscale: #1F1F1F. Windows color (decimal): -15915470 or 3286541. OLE color: 3286541.
HSL color Cylindrical-coordinate representation of color #0D2632: hue angle of 199.46º 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 #0D2632 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 38 | 50 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.80 |
| HSL | 199.46º | 0.59% | 0.12% | - |
| HSV(B) | 199.46º | 0.74% | 0.2% | - |
| XYZ | 1.43 | 1.7 | 3.27 | - |
| YUV | 31.89 | 138.22 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 50 | 0.74 | 0.24 | 0 | 0.80 | 199.46 | 0.59 | 0.12 |
| Hex | D | 26 | 32 | 4A | 18 | 0 | 50 | C7 | 3B | C |
| Octal | 15 | 46 | 62 | 112 | 30 | 0 | 120 | 307 | 73 | 14 |
| Binary | 1101 | 100110 | 110010 | 1001010 | 11000 | 0 | 1010000 | 11000111 | 111011 | 1100 |
Color Harmonies of #0D2632
Complementary color
Monochromatic Colors of #0D2632
Black with #0D2632
Text Example
Text Example
White with #0D2632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2632; }
p { color: rgb(13,38,50); }
H1.HeaderClassName
{
color: #0D2632;
}
.AnyTagClassName
{
color: #0D2632;
}
</style>
background-color css
<style>
a { background-color: #0D2632; }
a { background-color: rgb(13,38,50); }
div.DivClassName
{
background-color: #0D2632;
}
.BgClassName
{
background-color: #0D2632;
}
</style>
border-color css
<style>
span { border-color: #0D2632; }
span { border-color: rgb(13,38,50); }
td.TdClassName
{
border-color: #0D2632;
}
.TagClassName
{
border-color: #0D2632;
}
</style>