Shades of Brown Pod #2D1303
Tints of Brown Pod #2D1303
RGB
CMYK
RGB Variations
Color information
#2D1303 (or 0x2D1303) is known color: Brown Pod. HEX triplet: 2D, 13 and 03. RGB value is (45,19,3). Sum of RGB (Red+Green+Blue) = 45+19+3=67 (8% of max value = 765). Red value is 45 (17.97% from 255 or 67.16% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 3 (1.56% from 255 or 4.48% from 67); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1303 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D1303 is #D2ECFC. Grayscale: #191919. Windows color (decimal): -13823229 or 201517. OLE color: 201517.
HSL color Cylindrical-coordinate representation of color #2D1303: hue angle of 22.86º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D1303 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 19 | 3 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.82 |
| HSL | 22.86º | 0.88% | 0.09% | - |
| HSV(B) | 22.86º | 0.93% | 0.18% | - |
| XYZ | 1.33 | 1.03 | 0.21 | - |
| YUV | 24.95 | 115.61 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 19 | 3 | 0 | 0.58 | 0.93 | 0.82 | 22.86 | 0.88 | 0.09 |
| Hex | 2D | 13 | 3 | 0 | 3A | 5D | 52 | 17 | 58 | 9 |
| Octal | 55 | 23 | 3 | 0 | 72 | 135 | 122 | 27 | 130 | 11 |
| Binary | 101101 | 10011 | 11 | 0 | 111010 | 1011101 | 1010010 | 10111 | 1011000 | 1001 |
Color Harmonies of #2D1303
Complementary color
Monochromatic Colors of #2D1303
Black with #2D1303
Text Example
Text Example
White with #2D1303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D1303; }
p { color: rgb(45,19,3); }
H1.HeaderClassName
{
color: #2D1303;
}
.AnyTagClassName
{
color: #2D1303;
}
</style>
background-color css
<style>
a { background-color: #2D1303; }
a { background-color: rgb(45,19,3); }
div.DivClassName
{
background-color: #2D1303;
}
.BgClassName
{
background-color: #2D1303;
}
</style>
border-color css
<style>
span { border-color: #2D1303; }
span { border-color: rgb(45,19,3); }
td.TdClassName
{
border-color: #2D1303;
}
.TagClassName
{
border-color: #2D1303;
}
</style>