Shades of Black Pearl #232B2E
Tints of Black Pearl #232B2E
RGB
CMYK
RGB Variations
Color information
#232B2E (or 0x232B2E) is known color: Black Pearl. HEX triplet: 23, 2B and 2E. RGB value is (35,43,46). Sum of RGB (Red+Green+Blue) = 35+43+46=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 46 - color contains mainly: blue. Hex color #232B2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232B2E is #DCD4D1. Grayscale: #282828. Windows color (decimal): -14472402 or 3025699. OLE color: 3025699.
HSL color Cylindrical-coordinate representation of color #232B2E: hue angle of 196.36º degrees, saturation: 0.14, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #232B2E is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 43 | 46 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.82 |
| HSL | 196.36º | 0.14% | 0.16% | - |
| HSV(B) | 196.36º | 0.24% | 0.18% | - |
| XYZ | 2.05 | 2.28 | 2.92 | - |
| YUV | 40.95 | 130.85 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 43 | 46 | 0.24 | 0.07 | 0 | 0.82 | 196.36 | 0.14 | 0.16 |
| Hex | 23 | 2B | 2E | 18 | 7 | 0 | 52 | C4 | E | 10 |
| Octal | 43 | 53 | 56 | 30 | 7 | 0 | 122 | 304 | 16 | 20 |
| Binary | 100011 | 101011 | 101110 | 11000 | 111 | 0 | 1010010 | 11000100 | 1110 | 10000 |
Color Harmonies of #232B2E
Complementary color
Monochromatic Colors of #232B2E
Black with #232B2E
Text Example
Text Example
White with #232B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232B2E; }
p { color: rgb(35,43,46); }
H1.HeaderClassName
{
color: #232B2E;
}
.AnyTagClassName
{
color: #232B2E;
}
</style>
background-color css
<style>
a { background-color: #232B2E; }
a { background-color: rgb(35,43,46); }
div.DivClassName
{
background-color: #232B2E;
}
.BgClassName
{
background-color: #232B2E;
}
</style>
border-color css
<style>
span { border-color: #232B2E; }
span { border-color: rgb(35,43,46); }
td.TdClassName
{
border-color: #232B2E;
}
.TagClassName
{
border-color: #232B2E;
}
</style>