Shades of Black Pearl #232B2D
Tints of Black Pearl #232B2D
RGB
CMYK
RGB Variations
Color information
#232B2D (or 0x232B2D) is known color: Black Pearl. HEX triplet: 23, 2B and 2D. RGB value is (35,43,45). Sum of RGB (Red+Green+Blue) = 35+43+45=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 45 - color contains mainly: blue. Hex color #232B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B2D is #DCD4D2. Grayscale: #282828. Windows color (decimal): -14472403 or 2960163. OLE color: 2960163.
HSL color Cylindrical-coordinate representation of color #232B2D: hue angle of 192º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #232B2D is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 43 | 45 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.82 |
| HSL | 192º | 0.13% | 0.16% | - |
| HSV(B) | 192º | 0.22% | 0.18% | - |
| XYZ | 2.03 | 2.27 | 2.81 | - |
| YUV | 40.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 45 | 0.22 | 0.04 | 0 | 0.82 | 192 | 0.13 | 0.16 |
| Hex | 23 | 2B | 2D | 16 | 4 | 0 | 52 | C0 | C | 10 |
| Octal | 43 | 53 | 55 | 26 | 4 | 0 | 122 | 300 | 14 | 20 |
| Binary | 100011 | 101011 | 101101 | 10110 | 100 | 0 | 1010010 | 11000000 | 1100 | 10000 |
Color Harmonies of #232B2D
Complementary color
Monochromatic Colors of #232B2D
Black with #232B2D
Text Example
Text Example
White with #232B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B2D; }
p { color: rgb(35,43,45); }
H1.HeaderClassName
{
color: #232B2D;
}
.AnyTagClassName
{
color: #232B2D;
}
</style>
background-color css
<style>
a { background-color: #232B2D; }
a { background-color: rgb(35,43,45); }
div.DivClassName
{
background-color: #232B2D;
}
.BgClassName
{
background-color: #232B2D;
}
</style>
border-color css
<style>
span { border-color: #232B2D; }
span { border-color: rgb(35,43,45); }
td.TdClassName
{
border-color: #232B2D;
}
.TagClassName
{
border-color: #232B2D;
}
</style>