Shades of Black Pearl #1B2A31
Tints of Black Pearl #1B2A31
RGB
CMYK
RGB Variations
Color information
#1B2A31 (or 0x1B2A31) is known color: Black Pearl. HEX triplet: 1B, 2A and 31. RGB value is (27,42,49). Sum of RGB (Red+Green+Blue) = 27+42+49=118 (15% of max value = 765). Red value is 27 (10.94% from 255 or 22.88% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 49 (19.53% from 255 or 41.53% from 118); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B2A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2A31 is #E4D5CE. Grayscale: #262626. Windows color (decimal): -14996943 or 3222043. OLE color: 3222043.
HSL color Cylindrical-coordinate representation of color #1B2A31: hue angle of 199.09º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B2A31 is Cyan = 0.45, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 42 | 49 | - |
| CMYK | 0.45 | 0.14 | 0 | 0.81 |
| HSL | 199.09º | 0.29% | 0.15% | - |
| HSV(B) | 199.09º | 0.45% | 0.19% | - |
| XYZ | 1.83 | 2.11 | 3.22 | - |
| YUV | 38.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 42 | 49 | 0.45 | 0.14 | 0 | 0.81 | 199.09 | 0.29 | 0.15 |
| Hex | 1B | 2A | 31 | 2D | E | 0 | 51 | C7 | 1D | F |
| Octal | 33 | 52 | 61 | 55 | 16 | 0 | 121 | 307 | 35 | 17 |
| Binary | 11011 | 101010 | 110001 | 101101 | 1110 | 0 | 1010001 | 11000111 | 11101 | 1111 |
Color Harmonies of #1B2A31
Complementary color
Monochromatic Colors of #1B2A31
Black with #1B2A31
Text Example
Text Example
White with #1B2A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2A31; }
p { color: rgb(27,42,49); }
H1.HeaderClassName
{
color: #1B2A31;
}
.AnyTagClassName
{
color: #1B2A31;
}
</style>
background-color css
<style>
a { background-color: #1B2A31; }
a { background-color: rgb(27,42,49); }
div.DivClassName
{
background-color: #1B2A31;
}
.BgClassName
{
background-color: #1B2A31;
}
</style>
border-color css
<style>
span { border-color: #1B2A31; }
span { border-color: rgb(27,42,49); }
td.TdClassName
{
border-color: #1B2A31;
}
.TagClassName
{
border-color: #1B2A31;
}
</style>