Shades of Cocoa Brown #231B11
Tints of Cocoa Brown #231B11
RGB
CMYK
RGB Variations
Color information
#231B11 (or 0x231B11) is known color: Cocoa Brown. HEX triplet: 23, 1B and 11. RGB value is (35,27,17). Sum of RGB (Red+Green+Blue) = 35+27+17=79 (10% of max value = 765). Red value is 35 (14.06% from 255 or 44.30% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 17 (7.03% from 255 or 21.52% from 79); Max value from RGB is 35 - color contains mainly: red. Hex color #231B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #231B11 is #DCE4EE. Grayscale: #1C1C1C. Windows color (decimal): -14476527 or 1121059. OLE color: 1121059.
HSL color Cylindrical-coordinate representation of color #231B11: hue angle of 33.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #231B11 is Cyan = 0, Magento = 0.23, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 35 | 27 | 17 | - |
| CMYK | 0 | 0.23 | 0.51 | 0.86 |
| HSL | 33.33º | 0.35% | 0.1% | - |
| HSV(B) | 33.33º | 0.51% | 0.14% | - |
| XYZ | 1.19 | 1.18 | 0.7 | - |
| YUV | 28.25 | 121.65 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 27 | 17 | 0 | 0.23 | 0.51 | 0.86 | 33.33 | 0.35 | 0.1 |
| Hex | 23 | 1B | 11 | 0 | 17 | 33 | 56 | 21 | 23 | A |
| Octal | 43 | 33 | 21 | 0 | 27 | 63 | 126 | 41 | 43 | 12 |
| Binary | 100011 | 11011 | 10001 | 0 | 10111 | 110011 | 1010110 | 100001 | 100011 | 1010 |
Color Harmonies of #231B11
Complementary color
Monochromatic Colors of #231B11
Black with #231B11
Text Example
Text Example
White with #231B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #231B11; }
p { color: rgb(35,27,17); }
H1.HeaderClassName
{
color: #231B11;
}
.AnyTagClassName
{
color: #231B11;
}
</style>
background-color css
<style>
a { background-color: #231B11; }
a { background-color: rgb(35,27,17); }
div.DivClassName
{
background-color: #231B11;
}
.BgClassName
{
background-color: #231B11;
}
</style>
border-color css
<style>
span { border-color: #231B11; }
span { border-color: rgb(35,27,17); }
td.TdClassName
{
border-color: #231B11;
}
.TagClassName
{
border-color: #231B11;
}
</style>