Shades of Castro #381B26
Tints of Castro #381B26
RGB
CMYK
RGB Variations
Color information
#381B26 (or 0x381B26) is known color: Castro. HEX triplet: 38, 1B and 26. RGB value is (56,27,38). Sum of RGB (Red+Green+Blue) = 56+27+38=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #381B26 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381B26 is #C7E4D9. Grayscale: #242424. Windows color (decimal): -13100250 or 2497336. OLE color: 2497336.
HSL color Cylindrical-coordinate representation of color #381B26: hue angle of 337.24º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #381B26 is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 38 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.78 |
| HSL | 337.24º | 0.35% | 0.16% | - |
| HSV(B) | 337.24º | 0.52% | 0.22% | - |
| XYZ | 2.37 | 1.76 | 2.05 | - |
| YUV | 36.93 | 128.61 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 38 | 0 | 0.52 | 0.32 | 0.78 | 337.24 | 0.35 | 0.16 |
| Hex | 38 | 1B | 26 | 0 | 34 | 20 | 4E | 151 | 23 | 10 |
| Octal | 70 | 33 | 46 | 0 | 64 | 40 | 116 | 521 | 43 | 20 |
| Binary | 111000 | 11011 | 100110 | 0 | 110100 | 100000 | 1001110 | 101010001 | 100011 | 10000 |
Color Harmonies of #381B26
Complementary color
Monochromatic Colors of #381B26
Black with #381B26
Text Example
Text Example
White with #381B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B26; }
p { color: rgb(56,27,38); }
H1.HeaderClassName
{
color: #381B26;
}
.AnyTagClassName
{
color: #381B26;
}
</style>
background-color css
<style>
a { background-color: #381B26; }
a { background-color: rgb(56,27,38); }
div.DivClassName
{
background-color: #381B26;
}
.BgClassName
{
background-color: #381B26;
}
</style>
border-color css
<style>
span { border-color: #381B26; }
span { border-color: rgb(56,27,38); }
td.TdClassName
{
border-color: #381B26;
}
.TagClassName
{
border-color: #381B26;
}
</style>