Shades of Cocoa Brown #1B1203
Tints of Cocoa Brown #1B1203
RGB
CMYK
RGB Variations
Color information
#1B1203 (or 0x1B1203) is known color: Cocoa Brown. HEX triplet: 1B, 12 and 03. RGB value is (27,18,3). Sum of RGB (Red+Green+Blue) = 27+18+3=48 (6% of max value = 765). Red value is 27 (10.94% from 255 or 56.25% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 3 (1.56% from 255 or 6.25% from 48); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1203 is #E4EDFC. Grayscale: #131313. Windows color (decimal): -15003133 or 201243. OLE color: 201243.
HSL color Cylindrical-coordinate representation of color #1B1203: hue angle of 37.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B1203 is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 18 | 3 | - |
| CMYK | 0 | 0.33 | 0.89 | 0.89 |
| HSL | 37.5º | 0.8% | 0.06% | - |
| HSV(B) | 37.5º | 0.89% | 0.11% | - |
| XYZ | 0.68 | 0.67 | 0.18 | - |
| YUV | 18.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 18 | 3 | 0 | 0.33 | 0.89 | 0.89 | 37.5 | 0.8 | 0.06 |
| Hex | 1B | 12 | 3 | 0 | 21 | 59 | 59 | 26 | 50 | 6 |
| Octal | 33 | 22 | 3 | 0 | 41 | 131 | 131 | 46 | 120 | 6 |
| Binary | 11011 | 10010 | 11 | 0 | 100001 | 1011001 | 1011001 | 100110 | 1010000 | 110 |
Color Harmonies of #1B1203
Complementary color
Monochromatic Colors of #1B1203
Black with #1B1203
Text Example
Text Example
White with #1B1203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1203; }
p { color: rgb(27,18,3); }
H1.HeaderClassName
{
color: #1B1203;
}
.AnyTagClassName
{
color: #1B1203;
}
</style>
background-color css
<style>
a { background-color: #1B1203; }
a { background-color: rgb(27,18,3); }
div.DivClassName
{
background-color: #1B1203;
}
.BgClassName
{
background-color: #1B1203;
}
</style>
border-color css
<style>
span { border-color: #1B1203; }
span { border-color: rgb(27,18,3); }
td.TdClassName
{
border-color: #1B1203;
}
.TagClassName
{
border-color: #1B1203;
}
</style>