Shades of Black Pearl #001B34
Tints of Black Pearl #001B34
RGB
CMYK
RGB Variations
Color information
#001B34 (or 0x001B34) is known color: Black Pearl. HEX triplet: 00, 1B and 34. RGB value is (0,27,52). Sum of RGB (Red+Green+Blue) = 0+27+52=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 52 (20.70% from 255 or 65.82% from 79); Max value from RGB is 52 - color contains mainly: blue. Hex color #001B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B34 is #FFE4CB. Grayscale: #151515. Windows color (decimal): -16770252 or 3414784. OLE color: 3414784.
HSL color Cylindrical-coordinate representation of color #001B34: hue angle of 208.85º 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 #001B34 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 0 | 27 | 52 | - |
| CMYK | 1 | 0.48 | 0 | 0.80 |
| HSL | 208.85º | 1% | 0.1% | - |
| HSV(B) | 208.85º | 1% | 0.2% | - |
| XYZ | 1.01 | 1.03 | 3.39 | - |
| YUV | 21.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 52 | 1 | 0.48 | 0 | 0.80 | 208.85 | 1 | 0.1 |
| Hex | 0 | 1B | 34 | 64 | 30 | 0 | 50 | D1 | 64 | A |
| Octal | 0 | 33 | 64 | 144 | 60 | 0 | 120 | 321 | 144 | 12 |
| Binary | 0 | 11011 | 110100 | 1100100 | 110000 | 0 | 1010000 | 11010001 | 1100100 | 1010 |
Color Harmonies of #001B34
Complementary color
Monochromatic Colors of #001B34
Black with #001B34
Text Example
Text Example
White with #001B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B34; }
p { color: rgb(0,27,52); }
H1.HeaderClassName
{
color: #001B34;
}
.AnyTagClassName
{
color: #001B34;
}
</style>
background-color css
<style>
a { background-color: #001B34; }
a { background-color: rgb(0,27,52); }
div.DivClassName
{
background-color: #001B34;
}
.BgClassName
{
background-color: #001B34;
}
</style>
border-color css
<style>
span { border-color: #001B34; }
span { border-color: rgb(0,27,52); }
td.TdClassName
{
border-color: #001B34;
}
.TagClassName
{
border-color: #001B34;
}
</style>