Shades of Black Pearl #1B2630
Tints of Black Pearl #1B2630
RGB
CMYK
RGB Variations
Color information
#1B2630 (or 0x1B2630) is known color: Black Pearl. HEX triplet: 1B, 26 and 30. RGB value is (27,38,48). Sum of RGB (Red+Green+Blue) = 27+38+48=113 (14% of max value = 765). Red value is 27 (10.94% from 255 or 23.89% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 48 (19.14% from 255 or 42.48% from 113); Max value from RGB is 48 - color contains mainly: blue. Hex color #1B2630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2630 is #E4D9CF. Grayscale: #232323. Windows color (decimal): -14997968 or 3155483. OLE color: 3155483.
HSL color Cylindrical-coordinate representation of color #1B2630: hue angle of 208.57º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1B2630 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 38 | 48 | - |
| CMYK | 0.44 | 0.21 | 0 | 0.81 |
| HSL | 208.57º | 0.28% | 0.15% | - |
| HSV(B) | 208.57º | 0.44% | 0.19% | - |
| XYZ | 1.68 | 1.83 | 3.06 | - |
| YUV | 35.85 | 134.86 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 38 | 48 | 0.44 | 0.21 | 0 | 0.81 | 208.57 | 0.28 | 0.15 |
| Hex | 1B | 26 | 30 | 2C | 15 | 0 | 51 | D1 | 1C | F |
| Octal | 33 | 46 | 60 | 54 | 25 | 0 | 121 | 321 | 34 | 17 |
| Binary | 11011 | 100110 | 110000 | 101100 | 10101 | 0 | 1010001 | 11010001 | 11100 | 1111 |
Color Harmonies of #1B2630
Complementary color
Monochromatic Colors of #1B2630
Black with #1B2630
Text Example
Text Example
White with #1B2630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2630; }
p { color: rgb(27,38,48); }
H1.HeaderClassName
{
color: #1B2630;
}
.AnyTagClassName
{
color: #1B2630;
}
</style>
background-color css
<style>
a { background-color: #1B2630; }
a { background-color: rgb(27,38,48); }
div.DivClassName
{
background-color: #1B2630;
}
.BgClassName
{
background-color: #1B2630;
}
</style>
border-color css
<style>
span { border-color: #1B2630; }
span { border-color: rgb(27,38,48); }
td.TdClassName
{
border-color: #1B2630;
}
.TagClassName
{
border-color: #1B2630;
}
</style>