Shades of Black Pearl #1B1D1F
Tints of Black Pearl #1B1D1F
RGB
CMYK
RGB Variations
Color information
#1B1D1F (or 0x1B1D1F) is known color: Black Pearl. HEX triplet: 1B, 1D and 1F. RGB value is (27,29,31). Sum of RGB (Red+Green+Blue) = 27+29+31=87 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.03% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B1D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1D1F is #E4E2E0. Grayscale: #1C1C1C. Windows color (decimal): -15000289 or 2039067. OLE color: 2039067.
HSL color Cylindrical-coordinate representation of color #1B1D1F: hue angle of 210º 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 #1B1D1F is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 29 | 31 | - |
| CMYK | 0.13 | 0.06 | 0 | 0.88 |
| HSL | 210º | 0.07% | 0.11% | - |
| HSV(B) | 210º | 0.13% | 0.12% | - |
| XYZ | 1.14 | 1.21 | 1.47 | - |
| YUV | 28.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 29 | 31 | 0.13 | 0.06 | 0 | 0.88 | 210 | 0.07 | 0.11 |
| Hex | 1B | 1D | 1F | D | 6 | 0 | 58 | D2 | 7 | B |
| Octal | 33 | 35 | 37 | 15 | 6 | 0 | 130 | 322 | 7 | 13 |
| Binary | 11011 | 11101 | 11111 | 1101 | 110 | 0 | 1011000 | 11010010 | 111 | 1011 |
Color Harmonies of #1B1D1F
Complementary color
Monochromatic Colors of #1B1D1F
Black with #1B1D1F
Text Example
Text Example
White with #1B1D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1D1F; }
p { color: rgb(27,29,31); }
H1.HeaderClassName
{
color: #1B1D1F;
}
.AnyTagClassName
{
color: #1B1D1F;
}
</style>
background-color css
<style>
a { background-color: #1B1D1F; }
a { background-color: rgb(27,29,31); }
div.DivClassName
{
background-color: #1B1D1F;
}
.BgClassName
{
background-color: #1B1D1F;
}
</style>
border-color css
<style>
span { border-color: #1B1D1F; }
span { border-color: rgb(27,29,31); }
td.TdClassName
{
border-color: #1B1D1F;
}
.TagClassName
{
border-color: #1B1D1F;
}
</style>