Shades of Black Pearl #232A2D
Tints of Black Pearl #232A2D
RGB
CMYK
RGB Variations
Color information
#232A2D (or 0x232A2D) is known color: Black Pearl. HEX triplet: 23, 2A and 2D. RGB value is (35,42,45). Sum of RGB (Red+Green+Blue) = 35+42+45=122 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.69% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 45 - color contains mainly: blue. Hex color #232A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A2D is #DCD5D2. Grayscale: #282828. Windows color (decimal): -14472659 or 2959907. OLE color: 2959907.
HSL color Cylindrical-coordinate representation of color #232A2D: hue angle of 198º 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 #232A2D is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
RGB | 35 | 42 | 45 | - |
CMYK | 0.22 | 0.07 | 0 | 0.82 |
HSL | 198º | 0.13% | 0.16% | - |
HSV(B) | 198º | 0.22% | 0.18% | - |
XYZ | 1.99 | 2.2 | 2.8 | - |
YUV | 40.25 | 130.68 | 124.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 35 | 42 | 45 | 0.22 | 0.07 | 0 | 0.82 | 198 | 0.13 | 0.16 |
Hex | 23 | 2A | 2D | 16 | 7 | 0 | 52 | C6 | C | 10 |
Octal | 43 | 52 | 55 | 26 | 7 | 0 | 122 | 306 | 14 | 20 |
Binary | 100011 | 101010 | 101101 | 10110 | 111 | 0 | 1010010 | 11000110 | 1100 | 10000 |
Color Harmonies of #232A2D
Complementary color
Monochromatic Colors of #232A2D
Black with #232A2D
Text Example
Text Example
White with #232A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A2D; }
p { color: rgb(35,42,45); }
H1.HeaderClassName
{
color: #232A2D;
}
.AnyTagClassName
{
color: #232A2D;
}
</style>
background-color css
<style>
a { background-color: #232A2D; }
a { background-color: rgb(35,42,45); }
div.DivClassName
{
background-color: #232A2D;
}
.BgClassName
{
background-color: #232A2D;
}
</style>
border-color css
<style>
span { border-color: #232A2D; }
span { border-color: rgb(35,42,45); }
td.TdClassName
{
border-color: #232A2D;
}
.TagClassName
{
border-color: #232A2D;
}
</style>