Shades of Black Pearl #1B2932
Tints of Black Pearl #1B2932
RGB
CMYK
RGB Variations
Color information
#1B2932 (or 0x1B2932) is known color: Black Pearl. HEX triplet: 1B, 29 and 32. RGB value is (27,41,50). Sum of RGB (Red+Green+Blue) = 27+41+50=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #1B2932 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2932 is #E4D6CD. Grayscale: #252525. Windows color (decimal): -14997198 or 3287323. OLE color: 3287323.
HSL color Cylindrical-coordinate representation of color #1B2932: hue angle of 203.48º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B2932 is Cyan = 0.46, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 41 | 50 | - |
| CMYK | 0.46 | 0.18 | 0 | 0.80 |
| HSL | 203.48º | 0.3% | 0.15% | - |
| HSV(B) | 203.48º | 0.46% | 0.2% | - |
| XYZ | 1.82 | 2.05 | 3.32 | - |
| YUV | 37.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 41 | 50 | 0.46 | 0.18 | 0 | 0.80 | 203.48 | 0.3 | 0.15 |
| Hex | 1B | 29 | 32 | 2E | 12 | 0 | 50 | CB | 1E | F |
| Octal | 33 | 51 | 62 | 56 | 22 | 0 | 120 | 313 | 36 | 17 |
| Binary | 11011 | 101001 | 110010 | 101110 | 10010 | 0 | 1010000 | 11001011 | 11110 | 1111 |
Color Harmonies of #1B2932
Complementary color
Monochromatic Colors of #1B2932
Black with #1B2932
Text Example
Text Example
White with #1B2932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2932; }
p { color: rgb(27,41,50); }
H1.HeaderClassName
{
color: #1B2932;
}
.AnyTagClassName
{
color: #1B2932;
}
</style>
background-color css
<style>
a { background-color: #1B2932; }
a { background-color: rgb(27,41,50); }
div.DivClassName
{
background-color: #1B2932;
}
.BgClassName
{
background-color: #1B2932;
}
</style>
border-color css
<style>
span { border-color: #1B2932; }
span { border-color: rgb(27,41,50); }
td.TdClassName
{
border-color: #1B2932;
}
.TagClassName
{
border-color: #1B2932;
}
</style>