Shades of Black Pearl #1B2225
Tints of Black Pearl #1B2225
RGB
CMYK
RGB Variations
Color information
#1B2225 (or 0x1B2225) is known color: Black Pearl. HEX triplet: 1B, 22 and 25. RGB value is (27,34,37). Sum of RGB (Red+Green+Blue) = 27+34+37=98 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.55% from 98); Green value is 34 (13.67% from 255 or 34.69% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 37 - color contains mainly: blue. Hex color #1B2225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2225 is #E4DDDA. Grayscale: #202020. Windows color (decimal): -14999003 or 2433563. OLE color: 2433563.
HSL color Cylindrical-coordinate representation of color #1B2225: hue angle of 198º degrees, saturation: 0.16, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1B2225 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 34 | 37 | - |
| CMYK | 0.27 | 0.08 | 0 | 0.85 |
| HSL | 198º | 0.16% | 0.13% | - |
| HSV(B) | 198º | 0.27% | 0.15% | - |
| XYZ | 1.36 | 1.51 | 1.97 | - |
| YUV | 32.25 | 130.68 | 124.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 34 | 37 | 0.27 | 0.08 | 0 | 0.85 | 198 | 0.16 | 0.13 |
| Hex | 1B | 22 | 25 | 1B | 8 | 0 | 55 | C6 | 10 | D |
| Octal | 33 | 42 | 45 | 33 | 10 | 0 | 125 | 306 | 20 | 15 |
| Binary | 11011 | 100010 | 100101 | 11011 | 1000 | 0 | 1010101 | 11000110 | 10000 | 1101 |
Color Harmonies of #1B2225
Complementary color
Monochromatic Colors of #1B2225
Black with #1B2225
Text Example
Text Example
White with #1B2225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2225; }
p { color: rgb(27,34,37); }
H1.HeaderClassName
{
color: #1B2225;
}
.AnyTagClassName
{
color: #1B2225;
}
</style>
background-color css
<style>
a { background-color: #1B2225; }
a { background-color: rgb(27,34,37); }
div.DivClassName
{
background-color: #1B2225;
}
.BgClassName
{
background-color: #1B2225;
}
</style>
border-color css
<style>
span { border-color: #1B2225; }
span { border-color: rgb(27,34,37); }
td.TdClassName
{
border-color: #1B2225;
}
.TagClassName
{
border-color: #1B2225;
}
</style>