Shades of Brown Pod #381B0B
Tints of Brown Pod #381B0B
RGB
CMYK
RGB Variations
Color information
#381B0B (or 0x381B0B) is known color: Brown Pod. HEX triplet: 38, 1B and 0B. RGB value is (56,27,11). Sum of RGB (Red+Green+Blue) = 56+27+11=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B0B is #C7E4F4. Grayscale: #212121. Windows color (decimal): -13100277 or 727864. OLE color: 727864.
HSL color Cylindrical-coordinate representation of color #381B0B: hue angle of 21.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #381B0B is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 11 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.78 |
| HSL | 21.33º | 0.67% | 0.13% | - |
| HSV(B) | 21.33º | 0.8% | 0.22% | - |
| XYZ | 2.08 | 1.65 | 0.53 | - |
| YUV | 33.85 | 115.11 | 143.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 11 | 0 | 0.52 | 0.80 | 0.78 | 21.33 | 0.67 | 0.13 |
| Hex | 38 | 1B | B | 0 | 34 | 50 | 4E | 15 | 43 | D |
| Octal | 70 | 33 | 13 | 0 | 64 | 120 | 116 | 25 | 103 | 15 |
| Binary | 111000 | 11011 | 1011 | 0 | 110100 | 1010000 | 1001110 | 10101 | 1000011 | 1101 |
Color Harmonies of #381B0B
Complementary color
Monochromatic Colors of #381B0B
Black with #381B0B
Text Example
Text Example
White with #381B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B0B; }
p { color: rgb(56,27,11); }
H1.HeaderClassName
{
color: #381B0B;
}
.AnyTagClassName
{
color: #381B0B;
}
</style>
background-color css
<style>
a { background-color: #381B0B; }
a { background-color: rgb(56,27,11); }
div.DivClassName
{
background-color: #381B0B;
}
.BgClassName
{
background-color: #381B0B;
}
</style>
border-color css
<style>
span { border-color: #381B0B; }
span { border-color: rgb(56,27,11); }
td.TdClassName
{
border-color: #381B0B;
}
.TagClassName
{
border-color: #381B0B;
}
</style>