Shades of Black Pearl #23282A
Tints of Black Pearl #23282A
RGB
CMYK
RGB Variations
Color information
#23282A (or 0x23282A) is known color: Black Pearl. HEX triplet: 23, 28 and 2A. RGB value is (35,40,42). Sum of RGB (Red+Green+Blue) = 35+40+42=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 40 (16.02% from 255 or 34.19% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 42 - color contains mainly: blue. Hex color #23282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23282A is #DCD7D5. Grayscale: #262626. Windows color (decimal): -14473174 or 2762787. OLE color: 2762787.
HSL color Cylindrical-coordinate representation of color #23282A: hue angle of 197.14º degrees, saturation: 0.09, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #23282A is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 35 | 40 | 42 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.84 |
| HSL | 197.14º | 0.09% | 0.15% | - |
| HSV(B) | 197.14º | 0.17% | 0.16% | - |
| XYZ | 1.87 | 2.04 | 2.49 | - |
| YUV | 38.73 | 129.84 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 42 | 0.17 | 0.05 | 0 | 0.84 | 197.14 | 0.09 | 0.15 |
| Hex | 23 | 28 | 2A | 11 | 5 | 0 | 54 | C5 | 9 | F |
| Octal | 43 | 50 | 52 | 21 | 5 | 0 | 124 | 305 | 11 | 17 |
| Binary | 100011 | 101000 | 101010 | 10001 | 101 | 0 | 1010100 | 11000101 | 1001 | 1111 |
Color Harmonies of #23282A
Complementary color
Monochromatic Colors of #23282A
Black with #23282A
Text Example
Text Example
White with #23282A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23282A; }
p { color: rgb(35,40,42); }
H1.HeaderClassName
{
color: #23282A;
}
.AnyTagClassName
{
color: #23282A;
}
</style>
background-color css
<style>
a { background-color: #23282A; }
a { background-color: rgb(35,40,42); }
div.DivClassName
{
background-color: #23282A;
}
.BgClassName
{
background-color: #23282A;
}
</style>
border-color css
<style>
span { border-color: #23282A; }
span { border-color: rgb(35,40,42); }
td.TdClassName
{
border-color: #23282A;
}
.TagClassName
{
border-color: #23282A;
}
</style>