Shades of Black Pearl #1B2527
Tints of Black Pearl #1B2527
RGB
CMYK
RGB Variations
Color information
#1B2527 (or 0x1B2527) is known color: Black Pearl. HEX triplet: 1B, 25 and 27. RGB value is (27,37,39). Sum of RGB (Red+Green+Blue) = 27+37+39=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 39 - color contains mainly: blue. Hex color #1B2527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2527 is #E4DAD8. Grayscale: #222222. Windows color (decimal): -14998233 or 2565403. OLE color: 2565403.
HSL color Cylindrical-coordinate representation of color #1B2527: hue angle of 190º 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 #1B2527 is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 27 | 37 | 39 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.85 |
| HSL | 190º | 0.18% | 0.13% | - |
| HSV(B) | 190º | 0.31% | 0.15% | - |
| XYZ | 1.48 | 1.7 | 2.17 | - |
| YUV | 34.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 37 | 39 | 0.31 | 0.05 | 0 | 0.85 | 190 | 0.18 | 0.13 |
| Hex | 1B | 25 | 27 | 1F | 5 | 0 | 55 | BE | 12 | D |
| Octal | 33 | 45 | 47 | 37 | 5 | 0 | 125 | 276 | 22 | 15 |
| Binary | 11011 | 100101 | 100111 | 11111 | 101 | 0 | 1010101 | 10111110 | 10010 | 1101 |
Color Harmonies of #1B2527
Complementary color
Monochromatic Colors of #1B2527
Black with #1B2527
Text Example
Text Example
White with #1B2527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2527; }
p { color: rgb(27,37,39); }
H1.HeaderClassName
{
color: #1B2527;
}
.AnyTagClassName
{
color: #1B2527;
}
</style>
background-color css
<style>
a { background-color: #1B2527; }
a { background-color: rgb(27,37,39); }
div.DivClassName
{
background-color: #1B2527;
}
.BgClassName
{
background-color: #1B2527;
}
</style>
border-color css
<style>
span { border-color: #1B2527; }
span { border-color: rgb(27,37,39); }
td.TdClassName
{
border-color: #1B2527;
}
.TagClassName
{
border-color: #1B2527;
}
</style>