Shades of Blue Charcoal #232A31
Tints of Blue Charcoal #232A31
RGB
CMYK
RGB Variations
Color information
#232A31 (or 0x232A31) is known color: Blue Charcoal. HEX triplet: 23, 2A and 31. RGB value is (35,42,49). Sum of RGB (Red+Green+Blue) = 35+42+49=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 49 - color contains mainly: blue. Hex color #232A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #232A31 is #DCD5CE. Grayscale: #282828. Windows color (decimal): -14472655 or 3222051. OLE color: 3222051.
HSL color Cylindrical-coordinate representation of color #232A31: hue angle of 210º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #232A31 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 35 | 42 | 49 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.81 |
| HSL | 210º | 0.17% | 0.16% | - |
| HSV(B) | 210º | 0.29% | 0.19% | - |
| XYZ | 2.08 | 2.24 | 3.23 | - |
| YUV | 40.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 42 | 49 | 0.29 | 0.14 | 0 | 0.81 | 210 | 0.17 | 0.16 |
| Hex | 23 | 2A | 31 | 1D | E | 0 | 51 | D2 | 11 | 10 |
| Octal | 43 | 52 | 61 | 35 | 16 | 0 | 121 | 322 | 21 | 20 |
| Binary | 100011 | 101010 | 110001 | 11101 | 1110 | 0 | 1010001 | 11010010 | 10001 | 10000 |
Color Harmonies of #232A31
Complementary color
Monochromatic Colors of #232A31
Black with #232A31
Text Example
Text Example
White with #232A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #232A31; }
p { color: rgb(35,42,49); }
H1.HeaderClassName
{
color: #232A31;
}
.AnyTagClassName
{
color: #232A31;
}
</style>
background-color css
<style>
a { background-color: #232A31; }
a { background-color: rgb(35,42,49); }
div.DivClassName
{
background-color: #232A31;
}
.BgClassName
{
background-color: #232A31;
}
</style>
border-color css
<style>
span { border-color: #232A31; }
span { border-color: rgb(35,42,49); }
td.TdClassName
{
border-color: #232A31;
}
.TagClassName
{
border-color: #232A31;
}
</style>