Shades of Black Pearl #1B2529
Tints of Black Pearl #1B2529
RGB
CMYK
RGB Variations
Color information
#1B2529 (or 0x1B2529) is known color: Black Pearl. HEX triplet: 1B, 25 and 29. RGB value is (27,37,41). Sum of RGB (Red+Green+Blue) = 27+37+41=105 (13% of max value = 765). Red value is 27 (10.94% from 255 or 25.71% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 41 (16.41% from 255 or 39.05% from 105); Max value from RGB is 41 - color contains mainly: blue. Hex color #1B2529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2529 is #E4DAD6. Grayscale: #222222. Windows color (decimal): -14998231 or 2696475. OLE color: 2696475.
HSL color Cylindrical-coordinate representation of color #1B2529: hue angle of 197.14º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1B2529 is Cyan = 0.34, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 37 | 41 | - |
| CMYK | 0.34 | 0.10 | 0 | 0.84 |
| HSL | 197.14º | 0.21% | 0.13% | - |
| HSV(B) | 197.14º | 0.34% | 0.16% | - |
| XYZ | 1.51 | 1.72 | 2.35 | - |
| YUV | 34.47 | 131.69 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 41 | 0.34 | 0.10 | 0 | 0.84 | 197.14 | 0.21 | 0.13 |
| Hex | 1B | 25 | 29 | 22 | A | 0 | 54 | C5 | 15 | D |
| Octal | 33 | 45 | 51 | 42 | 12 | 0 | 124 | 305 | 25 | 15 |
| Binary | 11011 | 100101 | 101001 | 100010 | 1010 | 0 | 1010100 | 11000101 | 10101 | 1101 |
Color Harmonies of #1B2529
Complementary color
Monochromatic Colors of #1B2529
Black with #1B2529
Text Example
Text Example
White with #1B2529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2529; }
p { color: rgb(27,37,41); }
H1.HeaderClassName
{
color: #1B2529;
}
.AnyTagClassName
{
color: #1B2529;
}
</style>
background-color css
<style>
a { background-color: #1B2529; }
a { background-color: rgb(27,37,41); }
div.DivClassName
{
background-color: #1B2529;
}
.BgClassName
{
background-color: #1B2529;
}
</style>
border-color css
<style>
span { border-color: #1B2529; }
span { border-color: rgb(27,37,41); }
td.TdClassName
{
border-color: #1B2529;
}
.TagClassName
{
border-color: #1B2529;
}
</style>