Shades of Black Pearl #1B2123
Tints of Black Pearl #1B2123
RGB
CMYK
RGB Variations
Color information
#1B2123 (or 0x1B2123) is known color: Black Pearl. HEX triplet: 1B, 21 and 23. RGB value is (27,33,35). Sum of RGB (Red+Green+Blue) = 27+33+35=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 33 (13.28% from 255 or 34.74% from 95); Blue value is 35 (14.06% from 255 or 36.84% from 95); Max value from RGB is 35 - color contains mainly: blue. Hex color #1B2123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2123 is #E4DEDC. Grayscale: #1F1F1F. Windows color (decimal): -14999261 or 2302235. OLE color: 2302235.
HSL color Cylindrical-coordinate representation of color #1B2123: hue angle of 195º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1B2123 is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 27 | 33 | 35 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.86 |
| HSL | 195º | 0.13% | 0.12% | - |
| HSV(B) | 195º | 0.23% | 0.14% | - |
| XYZ | 1.3 | 1.44 | 1.8 | - |
| YUV | 31.43 | 130.01 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 33 | 35 | 0.23 | 0.06 | 0 | 0.86 | 195 | 0.13 | 0.12 |
| Hex | 1B | 21 | 23 | 17 | 6 | 0 | 56 | C3 | D | C |
| Octal | 33 | 41 | 43 | 27 | 6 | 0 | 126 | 303 | 15 | 14 |
| Binary | 11011 | 100001 | 100011 | 10111 | 110 | 0 | 1010110 | 11000011 | 1101 | 1100 |
Color Harmonies of #1B2123
Complementary color
Monochromatic Colors of #1B2123
Black with #1B2123
Text Example
Text Example
White with #1B2123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2123; }
p { color: rgb(27,33,35); }
H1.HeaderClassName
{
color: #1B2123;
}
.AnyTagClassName
{
color: #1B2123;
}
</style>
background-color css
<style>
a { background-color: #1B2123; }
a { background-color: rgb(27,33,35); }
div.DivClassName
{
background-color: #1B2123;
}
.BgClassName
{
background-color: #1B2123;
}
</style>
border-color css
<style>
span { border-color: #1B2123; }
span { border-color: rgb(27,33,35); }
td.TdClassName
{
border-color: #1B2123;
}
.TagClassName
{
border-color: #1B2123;
}
</style>