Shades of Black Pearl #001D36
Tints of Black Pearl #001D36
RGB
CMYK
RGB Variations
Color information
#001D36 (or 0x001D36) is known color: Black Pearl. HEX triplet: 00, 1D and 36. RGB value is (0,29,54). Sum of RGB (Red+Green+Blue) = 0+29+54=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 29 (11.72% from 255 or 34.94% from 83); Blue value is 54 (21.48% from 255 or 65.06% from 83); Max value from RGB is 54 - color contains mainly: blue. Hex color #001D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001D36 is #FFE2C9. Grayscale: #171717. Windows color (decimal): -16769738 or 3546368. OLE color: 3546368.
HSL color Cylindrical-coordinate representation of color #001D36: hue angle of 207.78º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D36 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 29 | 54 | - |
| CMYK | 1 | 0.46 | 0 | 0.79 |
| HSL | 207.78º | 1% | 0.11% | - |
| HSV(B) | 207.78º | 1% | 0.21% | - |
| XYZ | 1.11 | 1.15 | 3.65 | - |
| YUV | 23.18 | 145.39 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 54 | 1 | 0.46 | 0 | 0.79 | 207.78 | 1 | 0.11 |
| Hex | 0 | 1D | 36 | 64 | 2E | 0 | 4F | D0 | 64 | B |
| Octal | 0 | 35 | 66 | 144 | 56 | 0 | 117 | 320 | 144 | 13 |
| Binary | 0 | 11101 | 110110 | 1100100 | 101110 | 0 | 1001111 | 11010000 | 1100100 | 1011 |
Color Harmonies of #001D36
Complementary color
Monochromatic Colors of #001D36
Black with #001D36
Text Example
Text Example
White with #001D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D36; }
p { color: rgb(0,29,54); }
H1.HeaderClassName
{
color: #001D36;
}
.AnyTagClassName
{
color: #001D36;
}
</style>
background-color css
<style>
a { background-color: #001D36; }
a { background-color: rgb(0,29,54); }
div.DivClassName
{
background-color: #001D36;
}
.BgClassName
{
background-color: #001D36;
}
</style>
border-color css
<style>
span { border-color: #001D36; }
span { border-color: rgb(0,29,54); }
td.TdClassName
{
border-color: #001D36;
}
.TagClassName
{
border-color: #001D36;
}
</style>