Shades of Black Pearl #232A2C
Tints of Black Pearl #232A2C
RGB
CMYK
RGB Variations
Color information
#232A2C (or 0x232A2C) is known color: Black Pearl. HEX triplet: 23, 2A and 2C. RGB value is (35,42,44). Sum of RGB (Red+Green+Blue) = 35+42+44=121 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.93% from 121); Green value is 42 (16.80% from 255 or 34.71% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 44 - color contains mainly: blue. Hex color #232A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A2C is #DCD5D3. Grayscale: #282828. Windows color (decimal): -14472660 or 2894371. OLE color: 2894371.
HSL color Cylindrical-coordinate representation of color #232A2C: hue angle of 193.33º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #232A2C is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 35 | 42 | 44 | - |
| CMYK | 0.20 | 0.05 | 0 | 0.83 |
| HSL | 193.33º | 0.11% | 0.15% | - |
| HSV(B) | 193.33º | 0.2% | 0.17% | - |
| XYZ | 1.98 | 2.2 | 2.7 | - |
| YUV | 40.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 44 | 0.20 | 0.05 | 0 | 0.83 | 193.33 | 0.11 | 0.15 |
| Hex | 23 | 2A | 2C | 14 | 5 | 0 | 53 | C1 | B | F |
| Octal | 43 | 52 | 54 | 24 | 5 | 0 | 123 | 301 | 13 | 17 |
| Binary | 100011 | 101010 | 101100 | 10100 | 101 | 0 | 1010011 | 11000001 | 1011 | 1111 |
Color Harmonies of #232A2C
Complementary color
Monochromatic Colors of #232A2C
Black with #232A2C
Text Example
Text Example
White with #232A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A2C; }
p { color: rgb(35,42,44); }
H1.HeaderClassName
{
color: #232A2C;
}
.AnyTagClassName
{
color: #232A2C;
}
</style>
background-color css
<style>
a { background-color: #232A2C; }
a { background-color: rgb(35,42,44); }
div.DivClassName
{
background-color: #232A2C;
}
.BgClassName
{
background-color: #232A2C;
}
</style>
border-color css
<style>
span { border-color: #232A2C; }
span { border-color: rgb(35,42,44); }
td.TdClassName
{
border-color: #232A2C;
}
.TagClassName
{
border-color: #232A2C;
}
</style>