Shades of Black Pearl #0D1F32
Tints of Black Pearl #0D1F32
RGB
CMYK
RGB Variations
Color information
#0D1F32 (or 0x0D1F32) is known color: Black Pearl. HEX triplet: 0D, 1F and 32. RGB value is (13,31,50). Sum of RGB (Red+Green+Blue) = 13+31+50=94 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.83% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 50 (19.92% from 255 or 53.19% from 94); Max value from RGB is 50 - color contains mainly: blue. Hex color #0D1F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1F32 is #F2E0CD. Grayscale: #1B1B1B. Windows color (decimal): -15917262 or 3284749. OLE color: 3284749.
HSL color Cylindrical-coordinate representation of color #0D1F32: hue angle of 210.81º 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 #0D1F32 is Cyan = 0.74, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 31 | 50 | - |
| CMYK | 0.74 | 0.38 | 0 | 0.80 |
| HSL | 210.81º | 0.59% | 0.12% | - |
| HSV(B) | 210.81º | 0.74% | 0.2% | - |
| XYZ | 1.23 | 1.3 | 3.2 | - |
| YUV | 27.78 | 140.54 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 50 | 0.74 | 0.38 | 0 | 0.80 | 210.81 | 0.59 | 0.12 |
| Hex | D | 1F | 32 | 4A | 26 | 0 | 50 | D3 | 3B | C |
| Octal | 15 | 37 | 62 | 112 | 46 | 0 | 120 | 323 | 73 | 14 |
| Binary | 1101 | 11111 | 110010 | 1001010 | 100110 | 0 | 1010000 | 11010011 | 111011 | 1100 |
Color Harmonies of #0D1F32
Complementary color
Monochromatic Colors of #0D1F32
Black with #0D1F32
Text Example
Text Example
White with #0D1F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F32; }
p { color: rgb(13,31,50); }
H1.HeaderClassName
{
color: #0D1F32;
}
.AnyTagClassName
{
color: #0D1F32;
}
</style>
background-color css
<style>
a { background-color: #0D1F32; }
a { background-color: rgb(13,31,50); }
div.DivClassName
{
background-color: #0D1F32;
}
.BgClassName
{
background-color: #0D1F32;
}
</style>
border-color css
<style>
span { border-color: #0D1F32; }
span { border-color: rgb(13,31,50); }
td.TdClassName
{
border-color: #0D1F32;
}
.TagClassName
{
border-color: #0D1F32;
}
</style>