Shades of Wood Bark #1C130F
Tints of Wood Bark #1C130F
RGB
CMYK
RGB Variations
Color information
#1C130F (or 0x1C130F) is known color: Wood Bark. HEX triplet: 1C, 13 and 0F. RGB value is (28,19,15). Sum of RGB (Red+Green+Blue) = 28+19+15=62 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.16% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 28 - color contains mainly: red. Hex color #1C130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C130F is #E3ECF0. Grayscale: #151515. Windows color (decimal): -14937329 or 987932. OLE color: 987932.
HSL color Cylindrical-coordinate representation of color #1C130F: hue angle of 18.46º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C130F is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 19 | 15 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.89 |
| HSL | 18.46º | 0.3% | 0.08% | - |
| HSV(B) | 18.46º | 0.46% | 0.11% | - |
| XYZ | 0.8 | 0.75 | 0.55 | - |
| YUV | 21.24 | 124.48 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 15 | 0 | 0.32 | 0.46 | 0.89 | 18.46 | 0.3 | 0.08 |
| Hex | 1C | 13 | F | 0 | 20 | 2E | 59 | 12 | 1E | 8 |
| Octal | 34 | 23 | 17 | 0 | 40 | 56 | 131 | 22 | 36 | 10 |
| Binary | 11100 | 10011 | 1111 | 0 | 100000 | 101110 | 1011001 | 10010 | 11110 | 1000 |
Color Harmonies of #1C130F
Complementary color
Monochromatic Colors of #1C130F
Black with #1C130F
Text Example
Text Example
White with #1C130F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C130F; }
p { color: rgb(28,19,15); }
H1.HeaderClassName
{
color: #1C130F;
}
.AnyTagClassName
{
color: #1C130F;
}
</style>
background-color css
<style>
a { background-color: #1C130F; }
a { background-color: rgb(28,19,15); }
div.DivClassName
{
background-color: #1C130F;
}
.BgClassName
{
background-color: #1C130F;
}
</style>
border-color css
<style>
span { border-color: #1C130F; }
span { border-color: rgb(28,19,15); }
td.TdClassName
{
border-color: #1C130F;
}
.TagClassName
{
border-color: #1C130F;
}
</style>