Shades of Black Pearl #001B32
Tints of Black Pearl #001B32
RGB
CMYK
RGB Variations
Color information
#001B32 (or 0x001B32) is known color: Black Pearl. HEX triplet: 00, 1B and 32. RGB value is (0,27,50). Sum of RGB (Red+Green+Blue) = 0+27+50=77 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 77); Green value is 27 (10.94% from 255 or 35.06% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #001B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B32 is #FFE4CD. Grayscale: #151515. Windows color (decimal): -16770254 or 3283712. OLE color: 3283712.
HSL color Cylindrical-coordinate representation of color #001B32: hue angle of 207.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B32 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 27 | 50 | - |
| CMYK | 1 | 0.46 | 0 | 0.80 |
| HSL | 207.6º | 1% | 0.1% | - |
| HSV(B) | 207.6º | 1% | 0.2% | - |
| XYZ | 0.97 | 1.01 | 3.16 | - |
| YUV | 21.55 | 144.05 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 50 | 1 | 0.46 | 0 | 0.80 | 207.6 | 1 | 0.1 |
| Hex | 0 | 1B | 32 | 64 | 2E | 0 | 50 | D0 | 64 | A |
| Octal | 0 | 33 | 62 | 144 | 56 | 0 | 120 | 320 | 144 | 12 |
| Binary | 0 | 11011 | 110010 | 1100100 | 101110 | 0 | 1010000 | 11010000 | 1100100 | 1010 |
Color Harmonies of #001B32
Complementary color
Monochromatic Colors of #001B32
Black with #001B32
Text Example
Text Example
White with #001B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B32; }
p { color: rgb(0,27,50); }
H1.HeaderClassName
{
color: #001B32;
}
.AnyTagClassName
{
color: #001B32;
}
</style>
background-color css
<style>
a { background-color: #001B32; }
a { background-color: rgb(0,27,50); }
div.DivClassName
{
background-color: #001B32;
}
.BgClassName
{
background-color: #001B32;
}
</style>
border-color css
<style>
span { border-color: #001B32; }
span { border-color: rgb(0,27,50); }
td.TdClassName
{
border-color: #001B32;
}
.TagClassName
{
border-color: #001B32;
}
</style>