Shades of Cocoa Brown #231101
Tints of Cocoa Brown #231101
RGB
CMYK
RGB Variations
Color information
#231101 (or 0x231101) is known color: Cocoa Brown. HEX triplet: 23, 11 and 01. RGB value is (35,17,1). Sum of RGB (Red+Green+Blue) = 35+17+1=53 (7% of max value = 765). Red value is 35 (14.06% from 255 or 66.04% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 1 (0.78% from 255 or 1.89% from 53); Max value from RGB is 35 - color contains mainly: red. Hex color #231101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231101 is #DCEEFE. Grayscale: #141414. Windows color (decimal): -14479103 or 69923. OLE color: 69923.
HSL color Cylindrical-coordinate representation of color #231101: hue angle of 28.24º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #231101 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 17 | 1 | - |
| CMYK | 0 | 0.51 | 0.97 | 0.86 |
| HSL | 28.24º | 0.94% | 0.07% | - |
| HSV(B) | 28.24º | 0.97% | 0.14% | - |
| XYZ | 0.9 | 0.76 | 0.13 | - |
| YUV | 20.56 | 116.96 | 138.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 17 | 1 | 0 | 0.51 | 0.97 | 0.86 | 28.24 | 0.94 | 0.07 |
| Hex | 23 | 11 | 1 | 0 | 33 | 61 | 56 | 1C | 5E | 7 |
| Octal | 43 | 21 | 1 | 0 | 63 | 141 | 126 | 34 | 136 | 7 |
| Binary | 100011 | 10001 | 1 | 0 | 110011 | 1100001 | 1010110 | 11100 | 1011110 | 111 |
Color Harmonies of #231101
Complementary color
Monochromatic Colors of #231101
Black with #231101
Text Example
Text Example
White with #231101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231101; }
p { color: rgb(35,17,1); }
H1.HeaderClassName
{
color: #231101;
}
.AnyTagClassName
{
color: #231101;
}
</style>
background-color css
<style>
a { background-color: #231101; }
a { background-color: rgb(35,17,1); }
div.DivClassName
{
background-color: #231101;
}
.BgClassName
{
background-color: #231101;
}
</style>
border-color css
<style>
span { border-color: #231101; }
span { border-color: rgb(35,17,1); }
td.TdClassName
{
border-color: #231101;
}
.TagClassName
{
border-color: #231101;
}
</style>