Shades of Black Pearl #1B1E1F
Tints of Black Pearl #1B1E1F
RGB
CMYK
RGB Variations
Color information
#1B1E1F (or 0x1B1E1F) is known color: Black Pearl. HEX triplet: 1B, 1E and 1F. RGB value is (27,30,31). Sum of RGB (Red+Green+Blue) = 27+30+31=88 (11% of max value = 765). Red value is 27 (10.94% from 255 or 30.68% from 88); Green value is 30 (12.11% from 255 or 34.09% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B1E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1E1F is #E4E1E0. Grayscale: #1D1D1D. Windows color (decimal): -15000033 or 2039323. OLE color: 2039323.
HSL color Cylindrical-coordinate representation of color #1B1E1F: hue angle of 195º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1B1E1F is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 30 | 31 | - |
| CMYK | 0.13 | 0.03 | 0 | 0.88 |
| HSL | 195º | 0.07% | 0.11% | - |
| HSV(B) | 195º | 0.13% | 0.12% | - |
| XYZ | 1.16 | 1.26 | 1.48 | - |
| YUV | 29.22 | 129.01 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 30 | 31 | 0.13 | 0.03 | 0 | 0.88 | 195 | 0.07 | 0.11 |
| Hex | 1B | 1E | 1F | D | 3 | 0 | 58 | C3 | 7 | B |
| Octal | 33 | 36 | 37 | 15 | 3 | 0 | 130 | 303 | 7 | 13 |
| Binary | 11011 | 11110 | 11111 | 1101 | 11 | 0 | 1011000 | 11000011 | 111 | 1011 |
Color Harmonies of #1B1E1F
Complementary color
Monochromatic Colors of #1B1E1F
Black with #1B1E1F
Text Example
Text Example
White with #1B1E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1E1F; }
p { color: rgb(27,30,31); }
H1.HeaderClassName
{
color: #1B1E1F;
}
.AnyTagClassName
{
color: #1B1E1F;
}
</style>
background-color css
<style>
a { background-color: #1B1E1F; }
a { background-color: rgb(27,30,31); }
div.DivClassName
{
background-color: #1B1E1F;
}
.BgClassName
{
background-color: #1B1E1F;
}
</style>
border-color css
<style>
span { border-color: #1B1E1F; }
span { border-color: rgb(27,30,31); }
td.TdClassName
{
border-color: #1B1E1F;
}
.TagClassName
{
border-color: #1B1E1F;
}
</style>