Shades of Castro #38262C
Tints of Castro #38262C
RGB
CMYK
RGB Variations
Color information
#38262C (or 0x38262C) is known color: Castro. HEX triplet: 38, 26 and 2C. RGB value is (56,38,44). Sum of RGB (Red+Green+Blue) = 56+38+44=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #38262C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38262C is #C7D9D3. Grayscale: #2C2C2C. Windows color (decimal): -13097428 or 2893368. OLE color: 2893368.
HSL color Cylindrical-coordinate representation of color #38262C: hue angle of 340º degrees, saturation: 0.19, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #38262C is Cyan = 0, Magento = 0.32, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 38 | 44 | - |
| CMYK | 0 | 0.32 | 0.21 | 0.78 |
| HSL | 340º | 0.19% | 0.18% | - |
| HSV(B) | 340º | 0.32% | 0.22% | - |
| XYZ | 2.78 | 2.41 | 2.7 | - |
| YUV | 44.07 | 127.96 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 44 | 0 | 0.32 | 0.21 | 0.78 | 340 | 0.19 | 0.18 |
| Hex | 38 | 26 | 2C | 0 | 20 | 15 | 4E | 154 | 13 | 12 |
| Octal | 70 | 46 | 54 | 0 | 40 | 25 | 116 | 524 | 23 | 22 |
| Binary | 111000 | 100110 | 101100 | 0 | 100000 | 10101 | 1001110 | 101010100 | 10011 | 10010 |
Color Harmonies of #38262C
Complementary color
Monochromatic Colors of #38262C
Black with #38262C
Text Example
Text Example
White with #38262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38262C; }
p { color: rgb(56,38,44); }
H1.HeaderClassName
{
color: #38262C;
}
.AnyTagClassName
{
color: #38262C;
}
</style>
background-color css
<style>
a { background-color: #38262C; }
a { background-color: rgb(56,38,44); }
div.DivClassName
{
background-color: #38262C;
}
.BgClassName
{
background-color: #38262C;
}
</style>
border-color css
<style>
span { border-color: #38262C; }
span { border-color: rgb(56,38,44); }
td.TdClassName
{
border-color: #38262C;
}
.TagClassName
{
border-color: #38262C;
}
</style>