Shades of Black Pearl #001B33
Tints of Black Pearl #001B33
RGB
CMYK
RGB Variations
Color information
#001B33 (or 0x001B33) is known color: Black Pearl. HEX triplet: 00, 1B and 33. RGB value is (0,27,51). Sum of RGB (Red+Green+Blue) = 0+27+51=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 27 (10.94% from 255 or 34.62% from 78); Blue value is 51 (20.31% from 255 or 65.38% from 78); Max value from RGB is 51 - color contains mainly: blue. Hex color #001B33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B33 is #FFE4CC. Grayscale: #151515. Windows color (decimal): -16770253 or 3349248. OLE color: 3349248.
HSL color Cylindrical-coordinate representation of color #001B33: hue angle of 208.24º 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 #001B33 is Cyan = 1, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 0 | 27 | 51 | - |
| CMYK | 1 | 0.47 | 0 | 0.8 |
| HSL | 208.24º | 1% | 0.1% | - |
| HSV(B) | 208.24º | 1% | 0.2% | - |
| XYZ | 0.99 | 1.02 | 3.28 | - |
| YUV | 21.66 | 144.55 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 51 | 1 | 0.47 | 0 | 0.8 | 208.24 | 1 | 0.1 |
| Hex | 0 | 1B | 33 | 64 | 2F | 0 | 50 | D0 | 64 | A |
| Octal | 0 | 33 | 63 | 144 | 57 | 0 | 120 | 320 | 144 | 12 |
| Binary | 0 | 11011 | 110011 | 1100100 | 101111 | 0 | 1010000 | 11010000 | 1100100 | 1010 |
Color Harmonies of #001B33
Complementary color
Monochromatic Colors of #001B33
Black with #001B33
Text Example
Text Example
White with #001B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B33; }
p { color: rgb(0,27,51); }
H1.HeaderClassName
{
color: #001B33;
}
.AnyTagClassName
{
color: #001B33;
}
</style>
background-color css
<style>
a { background-color: #001B33; }
a { background-color: rgb(0,27,51); }
div.DivClassName
{
background-color: #001B33;
}
.BgClassName
{
background-color: #001B33;
}
</style>
border-color css
<style>
span { border-color: #001B33; }
span { border-color: rgb(0,27,51); }
td.TdClassName
{
border-color: #001B33;
}
.TagClassName
{
border-color: #001B33;
}
</style>