Shades of Blue Charcoal #23282D
Tints of Blue Charcoal #23282D
RGB
CMYK
RGB Variations
Color information
#23282D (or 0x23282D) is known color: Blue Charcoal. HEX triplet: 23, 28 and 2D. RGB value is (35,40,45). Sum of RGB (Red+Green+Blue) = 35+40+45=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 45 - color contains mainly: blue. Hex color #23282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23282D is #DCD7D2. Grayscale: #272727. Windows color (decimal): -14473171 or 2959395. OLE color: 2959395.
HSL color Cylindrical-coordinate representation of color #23282D: hue angle of 210º 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 #23282D is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 35 | 40 | 45 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.82 |
| HSL | 210º | 0.13% | 0.16% | - |
| HSV(B) | 210º | 0.22% | 0.18% | - |
| XYZ | 1.93 | 2.06 | 2.78 | - |
| YUV | 39.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 45 | 0.22 | 0.11 | 0 | 0.82 | 210 | 0.13 | 0.16 |
| Hex | 23 | 28 | 2D | 16 | B | 0 | 52 | D2 | C | 10 |
| Octal | 43 | 50 | 55 | 26 | 13 | 0 | 122 | 322 | 14 | 20 |
| Binary | 100011 | 101000 | 101101 | 10110 | 1011 | 0 | 1010010 | 11010010 | 1100 | 10000 |
Color Harmonies of #23282D
Complementary color
Monochromatic Colors of #23282D
Black with #23282D
Text Example
Text Example
White with #23282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23282D; }
p { color: rgb(35,40,45); }
H1.HeaderClassName
{
color: #23282D;
}
.AnyTagClassName
{
color: #23282D;
}
</style>
background-color css
<style>
a { background-color: #23282D; }
a { background-color: rgb(35,40,45); }
div.DivClassName
{
background-color: #23282D;
}
.BgClassName
{
background-color: #23282D;
}
</style>
border-color css
<style>
span { border-color: #23282D; }
span { border-color: rgb(35,40,45); }
td.TdClassName
{
border-color: #23282D;
}
.TagClassName
{
border-color: #23282D;
}
</style>