Shades of Black Pearl #001B30
Tints of Black Pearl #001B30
RGB
CMYK
RGB Variations
Color information
#001B30 (or 0x001B30) is known color: Black Pearl. HEX triplet: 00, 1B and 30. RGB value is (0,27,48). Sum of RGB (Red+Green+Blue) = 0+27+48=75 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 75); Green value is 27 (10.94% from 255 or 36% from 75); Blue value is 48 (19.14% from 255 or 64% from 75); Max value from RGB is 48 - color contains mainly: blue. Hex color #001B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B30 is #FFE4CF. Grayscale: #151515. Windows color (decimal): -16770256 or 3152640. OLE color: 3152640.
HSL color Cylindrical-coordinate representation of color #001B30: hue angle of 206.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B30 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 27 | 48 | - |
| CMYK | 1 | 0.44 | 0 | 0.81 |
| HSL | 206.25º | 1% | 0.09% | - |
| HSV(B) | 206.25º | 1% | 0.19% | - |
| XYZ | 0.93 | 1 | 2.94 | - |
| YUV | 21.32 | 143.05 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 48 | 1 | 0.44 | 0 | 0.81 | 206.25 | 1 | 0.09 |
| Hex | 0 | 1B | 30 | 64 | 2C | 0 | 51 | CE | 64 | 9 |
| Octal | 0 | 33 | 60 | 144 | 54 | 0 | 121 | 316 | 144 | 11 |
| Binary | 0 | 11011 | 110000 | 1100100 | 101100 | 0 | 1010001 | 11001110 | 1100100 | 1001 |
Color Harmonies of #001B30
Complementary color
Monochromatic Colors of #001B30
Black with #001B30
Text Example
Text Example
White with #001B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B30; }
p { color: rgb(0,27,48); }
H1.HeaderClassName
{
color: #001B30;
}
.AnyTagClassName
{
color: #001B30;
}
</style>
background-color css
<style>
a { background-color: #001B30; }
a { background-color: rgb(0,27,48); }
div.DivClassName
{
background-color: #001B30;
}
.BgClassName
{
background-color: #001B30;
}
</style>
border-color css
<style>
span { border-color: #001B30; }
span { border-color: rgb(0,27,48); }
td.TdClassName
{
border-color: #001B30;
}
.TagClassName
{
border-color: #001B30;
}
</style>