Shades of Black Pearl #1B292F
Tints of Black Pearl #1B292F
RGB
CMYK
RGB Variations
Color information
#1B292F (or 0x1B292F) is known color: Black Pearl. HEX triplet: 1B, 29 and 2F. RGB value is (27,41,47). Sum of RGB (Red+Green+Blue) = 27+41+47=115 (15% of max value = 765). Red value is 27 (10.94% from 255 or 23.48% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 47 - color contains mainly: blue. Hex color #1B292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B292F is #E4D6D0. Grayscale: #252525. Windows color (decimal): -14997201 or 3090715. OLE color: 3090715.
HSL color Cylindrical-coordinate representation of color #1B292F: hue angle of 198º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1B292F is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 27 | 41 | 47 | - |
| CMYK | 0.43 | 0.13 | 0 | 0.82 |
| HSL | 198º | 0.27% | 0.15% | - |
| HSV(B) | 198º | 0.43% | 0.18% | - |
| XYZ | 1.76 | 2.02 | 2.99 | - |
| YUV | 37.5 | 133.36 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 47 | 0.43 | 0.13 | 0 | 0.82 | 198 | 0.27 | 0.15 |
| Hex | 1B | 29 | 2F | 2B | D | 0 | 52 | C6 | 1B | F |
| Octal | 33 | 51 | 57 | 53 | 15 | 0 | 122 | 306 | 33 | 17 |
| Binary | 11011 | 101001 | 101111 | 101011 | 1101 | 0 | 1010010 | 11000110 | 11011 | 1111 |
Color Harmonies of #1B292F
Complementary color
Monochromatic Colors of #1B292F
Black with #1B292F
Text Example
Text Example
White with #1B292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B292F; }
p { color: rgb(27,41,47); }
H1.HeaderClassName
{
color: #1B292F;
}
.AnyTagClassName
{
color: #1B292F;
}
</style>
background-color css
<style>
a { background-color: #1B292F; }
a { background-color: rgb(27,41,47); }
div.DivClassName
{
background-color: #1B292F;
}
.BgClassName
{
background-color: #1B292F;
}
</style>
border-color css
<style>
span { border-color: #1B292F; }
span { border-color: rgb(27,41,47); }
td.TdClassName
{
border-color: #1B292F;
}
.TagClassName
{
border-color: #1B292F;
}
</style>