Shades of Black Pearl #1B2D34
Tints of Black Pearl #1B2D34
RGB
CMYK
RGB Variations
Color information
#1B2D34 (or 0x1B2D34) is known color: Black Pearl. HEX triplet: 1B, 2D and 34. RGB value is (27,45,52). Sum of RGB (Red+Green+Blue) = 27+45+52=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 45 (17.97% from 255 or 36.29% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 52 - color contains mainly: blue. Hex color #1B2D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2D34 is #E4D2CB. Grayscale: #282828. Windows color (decimal): -14996172 or 3419419. OLE color: 3419419.
HSL color Cylindrical-coordinate representation of color #1B2D34: hue angle of 196.8º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B2D34 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 45 | 52 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.80 |
| HSL | 196.8º | 0.32% | 0.15% | - |
| HSV(B) | 196.8º | 0.48% | 0.2% | - |
| XYZ | 2.01 | 2.36 | 3.6 | - |
| YUV | 40.42 | 134.54 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 45 | 52 | 0.48 | 0.13 | 0 | 0.80 | 196.8 | 0.32 | 0.15 |
| Hex | 1B | 2D | 34 | 30 | D | 0 | 50 | C5 | 20 | F |
| Octal | 33 | 55 | 64 | 60 | 15 | 0 | 120 | 305 | 40 | 17 |
| Binary | 11011 | 101101 | 110100 | 110000 | 1101 | 0 | 1010000 | 11000101 | 100000 | 1111 |
Color Harmonies of #1B2D34
Complementary color
Monochromatic Colors of #1B2D34
Black with #1B2D34
Text Example
Text Example
White with #1B2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2D34; }
p { color: rgb(27,45,52); }
H1.HeaderClassName
{
color: #1B2D34;
}
.AnyTagClassName
{
color: #1B2D34;
}
</style>
background-color css
<style>
a { background-color: #1B2D34; }
a { background-color: rgb(27,45,52); }
div.DivClassName
{
background-color: #1B2D34;
}
.BgClassName
{
background-color: #1B2D34;
}
</style>
border-color css
<style>
span { border-color: #1B2D34; }
span { border-color: rgb(27,45,52); }
td.TdClassName
{
border-color: #1B2D34;
}
.TagClassName
{
border-color: #1B2D34;
}
</style>