Shades of Black Pearl #232D30
Tints of Black Pearl #232D30
RGB
CMYK
RGB Variations
Color information
#232D30 (or 0x232D30) is known color: Black Pearl. HEX triplet: 23, 2D and 30. RGB value is (35,45,48). Sum of RGB (Red+Green+Blue) = 35+45+48=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 48 (19.14% from 255 or 37.5% from 128); Max value from RGB is 48 - color contains mainly: blue. Hex color #232D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232D30 is #DCD2CF. Grayscale: #2A2A2A. Windows color (decimal): -14471888 or 3157283. OLE color: 3157283.
HSL color Cylindrical-coordinate representation of color #232D30: hue angle of 193.85º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #232D30 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 45 | 48 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.81 |
| HSL | 193.85º | 0.16% | 0.16% | - |
| HSV(B) | 193.85º | 0.27% | 0.19% | - |
| XYZ | 2.17 | 2.45 | 3.15 | - |
| YUV | 42.35 | 131.19 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 45 | 48 | 0.27 | 0.06 | 0 | 0.81 | 193.85 | 0.16 | 0.16 |
| Hex | 23 | 2D | 30 | 1B | 6 | 0 | 51 | C2 | 10 | 10 |
| Octal | 43 | 55 | 60 | 33 | 6 | 0 | 121 | 302 | 20 | 20 |
| Binary | 100011 | 101101 | 110000 | 11011 | 110 | 0 | 1010001 | 11000010 | 10000 | 10000 |
Color Harmonies of #232D30
Complementary color
Monochromatic Colors of #232D30
Black with #232D30
Text Example
Text Example
White with #232D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232D30; }
p { color: rgb(35,45,48); }
H1.HeaderClassName
{
color: #232D30;
}
.AnyTagClassName
{
color: #232D30;
}
</style>
background-color css
<style>
a { background-color: #232D30; }
a { background-color: rgb(35,45,48); }
div.DivClassName
{
background-color: #232D30;
}
.BgClassName
{
background-color: #232D30;
}
</style>
border-color css
<style>
span { border-color: #232D30; }
span { border-color: rgb(35,45,48); }
td.TdClassName
{
border-color: #232D30;
}
.TagClassName
{
border-color: #232D30;
}
</style>