Shades of Black Pearl #001B31
Tints of Black Pearl #001B31
RGB
CMYK
RGB Variations
Color information
#001B31 (or 0x001B31) is known color: Black Pearl. HEX triplet: 00, 1B and 31. RGB value is (0,27,49). Sum of RGB (Red+Green+Blue) = 0+27+49=76 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 76); Green value is 27 (10.94% from 255 or 35.53% from 76); Blue value is 49 (19.53% from 255 or 64.47% from 76); Max value from RGB is 49 - color contains mainly: blue. Hex color #001B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B31 is #FFE4CE. Grayscale: #151515. Windows color (decimal): -16770255 or 3218176. OLE color: 3218176.
HSL color Cylindrical-coordinate representation of color #001B31: hue angle of 206.94º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B31 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 27 | 49 | - |
| CMYK | 1 | 0.45 | 0 | 0.81 |
| HSL | 206.94º | 1% | 0.1% | - |
| HSV(B) | 206.94º | 1% | 0.19% | - |
| XYZ | 0.95 | 1.01 | 3.05 | - |
| YUV | 21.44 | 143.55 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 49 | 1 | 0.45 | 0 | 0.81 | 206.94 | 1 | 0.1 |
| Hex | 0 | 1B | 31 | 64 | 2D | 0 | 51 | CF | 64 | A |
| Octal | 0 | 33 | 61 | 144 | 55 | 0 | 121 | 317 | 144 | 12 |
| Binary | 0 | 11011 | 110001 | 1100100 | 101101 | 0 | 1010001 | 11001111 | 1100100 | 1010 |
Color Harmonies of #001B31
Complementary color
Monochromatic Colors of #001B31
Black with #001B31
Text Example
Text Example
White with #001B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B31; }
p { color: rgb(0,27,49); }
H1.HeaderClassName
{
color: #001B31;
}
.AnyTagClassName
{
color: #001B31;
}
</style>
background-color css
<style>
a { background-color: #001B31; }
a { background-color: rgb(0,27,49); }
div.DivClassName
{
background-color: #001B31;
}
.BgClassName
{
background-color: #001B31;
}
</style>
border-color css
<style>
span { border-color: #001B31; }
span { border-color: rgb(0,27,49); }
td.TdClassName
{
border-color: #001B31;
}
.TagClassName
{
border-color: #001B31;
}
</style>