Shades of Black Pearl #1B2428
Tints of Black Pearl #1B2428
RGB
CMYK
RGB Variations
Color information
#1B2428 (or 0x1B2428) is known color: Black Pearl. HEX triplet: 1B, 24 and 28. RGB value is (27,36,40). Sum of RGB (Red+Green+Blue) = 27+36+40=103 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.21% from 103); Green value is 36 (14.45% from 255 or 34.95% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B2428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2428 is #E4DBD7. Grayscale: #212121. Windows color (decimal): -14998488 or 2630683. OLE color: 2630683.
HSL color Cylindrical-coordinate representation of color #1B2428: hue angle of 198.46º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1B2428 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 27 | 36 | 40 | - |
| CMYK | 0.33 | 0.10 | 0 | 0.84 |
| HSL | 198.46º | 0.19% | 0.13% | - |
| HSV(B) | 198.46º | 0.33% | 0.16% | - |
| XYZ | 1.47 | 1.65 | 2.25 | - |
| YUV | 33.77 | 131.52 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 36 | 40 | 0.33 | 0.10 | 0 | 0.84 | 198.46 | 0.19 | 0.13 |
| Hex | 1B | 24 | 28 | 21 | A | 0 | 54 | C6 | 13 | D |
| Octal | 33 | 44 | 50 | 41 | 12 | 0 | 124 | 306 | 23 | 15 |
| Binary | 11011 | 100100 | 101000 | 100001 | 1010 | 0 | 1010100 | 11000110 | 10011 | 1101 |
Color Harmonies of #1B2428
Complementary color
Monochromatic Colors of #1B2428
Black with #1B2428
Text Example
Text Example
White with #1B2428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2428; }
p { color: rgb(27,36,40); }
H1.HeaderClassName
{
color: #1B2428;
}
.AnyTagClassName
{
color: #1B2428;
}
</style>
background-color css
<style>
a { background-color: #1B2428; }
a { background-color: rgb(27,36,40); }
div.DivClassName
{
background-color: #1B2428;
}
.BgClassName
{
background-color: #1B2428;
}
</style>
border-color css
<style>
span { border-color: #1B2428; }
span { border-color: rgb(27,36,40); }
td.TdClassName
{
border-color: #1B2428;
}
.TagClassName
{
border-color: #1B2428;
}
</style>