Shades of Black Pearl #001D37
Tints of Black Pearl #001D37
RGB
CMYK
RGB Variations
Color information
#001D37 (or 0x001D37) is known color: Black Pearl. HEX triplet: 00, 1D and 37. RGB value is (0,29,55). Sum of RGB (Red+Green+Blue) = 0+29+55=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 55 (21.88% from 255 or 65.48% from 84); Max value from RGB is 55 - color contains mainly: blue. Hex color #001D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D37 is #FFE2C8. Grayscale: #171717. Windows color (decimal): -16769737 or 3611904. OLE color: 3611904.
HSL color Cylindrical-coordinate representation of color #001D37: hue angle of 208.36º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D37 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 29 | 55 | - |
| CMYK | 1 | 0.47 | 0 | 0.78 |
| HSL | 208.36º | 1% | 0.11% | - |
| HSV(B) | 208.36º | 1% | 0.22% | - |
| XYZ | 1.13 | 1.15 | 3.78 | - |
| YUV | 23.29 | 145.89 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 55 | 1 | 0.47 | 0 | 0.78 | 208.36 | 1 | 0.11 |
| Hex | 0 | 1D | 37 | 64 | 2F | 0 | 4E | D0 | 64 | B |
| Octal | 0 | 35 | 67 | 144 | 57 | 0 | 116 | 320 | 144 | 13 |
| Binary | 0 | 11101 | 110111 | 1100100 | 101111 | 0 | 1001110 | 11010000 | 1100100 | 1011 |
Color Harmonies of #001D37
Complementary color
Monochromatic Colors of #001D37
Black with #001D37
Text Example
Text Example
White with #001D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D37; }
p { color: rgb(0,29,55); }
H1.HeaderClassName
{
color: #001D37;
}
.AnyTagClassName
{
color: #001D37;
}
</style>
background-color css
<style>
a { background-color: #001D37; }
a { background-color: rgb(0,29,55); }
div.DivClassName
{
background-color: #001D37;
}
.BgClassName
{
background-color: #001D37;
}
</style>
border-color css
<style>
span { border-color: #001D37; }
span { border-color: rgb(0,29,55); }
td.TdClassName
{
border-color: #001D37;
}
.TagClassName
{
border-color: #001D37;
}
</style>