Shades of Black Pearl #001B2D
Tints of Black Pearl #001B2D
RGB
CMYK
RGB Variations
Color information
#001B2D (or 0x001B2D) is known color: Black Pearl. HEX triplet: 00, 1B and 2D. RGB value is (0,27,45). Sum of RGB (Red+Green+Blue) = 0+27+45=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #001B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B2D is #FFE4D2. Grayscale: #141414. Windows color (decimal): -16770259 or 2956032. OLE color: 2956032.
HSL color Cylindrical-coordinate representation of color #001B2D: hue angle of 204º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B2D is Cyan = 1, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 0 | 27 | 45 | - |
| CMYK | 1 | 0.4 | 0 | 0.82 |
| HSL | 204º | 1% | 0.09% | - |
| HSV(B) | 204º | 1% | 0.18% | - |
| XYZ | 0.87 | 0.97 | 2.62 | - |
| YUV | 20.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 45 | 1 | 0.4 | 0 | 0.82 | 204 | 1 | 0.09 |
| Hex | 0 | 1B | 2D | 64 | 28 | 0 | 52 | CC | 64 | 9 |
| Octal | 0 | 33 | 55 | 144 | 50 | 0 | 122 | 314 | 144 | 11 |
| Binary | 0 | 11011 | 101101 | 1100100 | 101000 | 0 | 1010010 | 11001100 | 1100100 | 1001 |
Color Harmonies of #001B2D
Complementary color
Monochromatic Colors of #001B2D
Black with #001B2D
Text Example
Text Example
White with #001B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B2D; }
p { color: rgb(0,27,45); }
H1.HeaderClassName
{
color: #001B2D;
}
.AnyTagClassName
{
color: #001B2D;
}
</style>
background-color css
<style>
a { background-color: #001B2D; }
a { background-color: rgb(0,27,45); }
div.DivClassName
{
background-color: #001B2D;
}
.BgClassName
{
background-color: #001B2D;
}
</style>
border-color css
<style>
span { border-color: #001B2D; }
span { border-color: rgb(0,27,45); }
td.TdClassName
{
border-color: #001B2D;
}
.TagClassName
{
border-color: #001B2D;
}
</style>