Shades of Black Pearl #001B36
Tints of Black Pearl #001B36
RGB
CMYK
RGB Variations
Color information
#001B36 (or 0x001B36) is known color: Black Pearl. HEX triplet: 00, 1B and 36. RGB value is (0,27,54). Sum of RGB (Red+Green+Blue) = 0+27+54=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 27 (10.94% from 255 or 33.33% from 81); Blue value is 54 (21.48% from 255 or 66.67% from 81); Max value from RGB is 54 - color contains mainly: blue. Hex color #001B36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B36 is #FFE4C9. Grayscale: #151515. Windows color (decimal): -16770250 or 3545856. OLE color: 3545856.
HSL color Cylindrical-coordinate representation of color #001B36: hue angle of 210º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B36 is Cyan = 1, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 0 | 27 | 54 | - |
| CMYK | 1 | 0.5 | 0 | 0.79 |
| HSL | 210º | 1% | 0.11% | - |
| HSV(B) | 210º | 1% | 0.21% | - |
| XYZ | 1.06 | 1.05 | 3.64 | - |
| YUV | 22.01 | 146.05 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 54 | 1 | 0.5 | 0 | 0.79 | 210 | 1 | 0.11 |
| Hex | 0 | 1B | 36 | 64 | 32 | 0 | 4F | D2 | 64 | B |
| Octal | 0 | 33 | 66 | 144 | 62 | 0 | 117 | 322 | 144 | 13 |
| Binary | 0 | 11011 | 110110 | 1100100 | 110010 | 0 | 1001111 | 11010010 | 1100100 | 1011 |
Color Harmonies of #001B36
Complementary color
Monochromatic Colors of #001B36
Black with #001B36
Text Example
Text Example
White with #001B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B36; }
p { color: rgb(0,27,54); }
H1.HeaderClassName
{
color: #001B36;
}
.AnyTagClassName
{
color: #001B36;
}
</style>
background-color css
<style>
a { background-color: #001B36; }
a { background-color: rgb(0,27,54); }
div.DivClassName
{
background-color: #001B36;
}
.BgClassName
{
background-color: #001B36;
}
</style>
border-color css
<style>
span { border-color: #001B36; }
span { border-color: rgb(0,27,54); }
td.TdClassName
{
border-color: #001B36;
}
.TagClassName
{
border-color: #001B36;
}
</style>