Shades of Castro #381A26
Tints of Castro #381A26
RGB
CMYK
RGB Variations
Color information
#381A26 (or 0x381A26) is known color: Castro. HEX triplet: 38, 1A and 26. RGB value is (56,26,38). Sum of RGB (Red+Green+Blue) = 56+26+38=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #381A26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A26 is #C7E5D9. Grayscale: #242424. Windows color (decimal): -13100506 or 2497080. OLE color: 2497080.
HSL color Cylindrical-coordinate representation of color #381A26: hue angle of 336º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #381A26 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 26 | 38 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.78 |
| HSL | 336º | 0.37% | 0.16% | - |
| HSV(B) | 336º | 0.54% | 0.22% | - |
| XYZ | 2.35 | 1.72 | 2.04 | - |
| YUV | 36.34 | 128.94 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 38 | 0 | 0.54 | 0.32 | 0.78 | 336 | 0.37 | 0.16 |
| Hex | 38 | 1A | 26 | 0 | 36 | 20 | 4E | 150 | 25 | 10 |
| Octal | 70 | 32 | 46 | 0 | 66 | 40 | 116 | 520 | 45 | 20 |
| Binary | 111000 | 11010 | 100110 | 0 | 110110 | 100000 | 1001110 | 101010000 | 100101 | 10000 |
Color Harmonies of #381A26
Complementary color
Monochromatic Colors of #381A26
Black with #381A26
Text Example
Text Example
White with #381A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A26; }
p { color: rgb(56,26,38); }
H1.HeaderClassName
{
color: #381A26;
}
.AnyTagClassName
{
color: #381A26;
}
</style>
background-color css
<style>
a { background-color: #381A26; }
a { background-color: rgb(56,26,38); }
div.DivClassName
{
background-color: #381A26;
}
.BgClassName
{
background-color: #381A26;
}
</style>
border-color css
<style>
span { border-color: #381A26; }
span { border-color: rgb(56,26,38); }
td.TdClassName
{
border-color: #381A26;
}
.TagClassName
{
border-color: #381A26;
}
</style>