Shades of Black Pearl #1B2327
Tints of Black Pearl #1B2327
RGB
CMYK
RGB Variations
Color information
#1B2327 (or 0x1B2327) is known color: Black Pearl. HEX triplet: 1B, 23 and 27. RGB value is (27,35,39). Sum of RGB (Red+Green+Blue) = 27+35+39=101 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.73% from 101); Green value is 35 (14.06% from 255 or 34.65% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 39 - color contains mainly: blue. Hex color #1B2327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2327 is #E4DCD8. Grayscale: #212121. Windows color (decimal): -14998745 or 2564891. OLE color: 2564891.
HSL color Cylindrical-coordinate representation of color #1B2327: hue angle of 200º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1B2327 is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 35 | 39 | - |
| CMYK | 0.31 | 0.10 | 0 | 0.85 |
| HSL | 200º | 0.18% | 0.13% | - |
| HSV(B) | 200º | 0.31% | 0.15% | - |
| XYZ | 1.42 | 1.58 | 2.15 | - |
| YUV | 33.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 35 | 39 | 0.31 | 0.10 | 0 | 0.85 | 200 | 0.18 | 0.13 |
| Hex | 1B | 23 | 27 | 1F | A | 0 | 55 | C8 | 12 | D |
| Octal | 33 | 43 | 47 | 37 | 12 | 0 | 125 | 310 | 22 | 15 |
| Binary | 11011 | 100011 | 100111 | 11111 | 1010 | 0 | 1010101 | 11001000 | 10010 | 1101 |
Color Harmonies of #1B2327
Complementary color
Monochromatic Colors of #1B2327
Black with #1B2327
Text Example
Text Example
White with #1B2327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2327; }
p { color: rgb(27,35,39); }
H1.HeaderClassName
{
color: #1B2327;
}
.AnyTagClassName
{
color: #1B2327;
}
</style>
background-color css
<style>
a { background-color: #1B2327; }
a { background-color: rgb(27,35,39); }
div.DivClassName
{
background-color: #1B2327;
}
.BgClassName
{
background-color: #1B2327;
}
</style>
border-color css
<style>
span { border-color: #1B2327; }
span { border-color: rgb(27,35,39); }
td.TdClassName
{
border-color: #1B2327;
}
.TagClassName
{
border-color: #1B2327;
}
</style>