Shades of Blackcurrant #38263F
Tints of Blackcurrant #38263F
RGB
CMYK
RGB Variations
Color information
#38263F (or 0x38263F) is known color: Blackcurrant. HEX triplet: 38, 26 and 3F. RGB value is (56,38,63). Sum of RGB (Red+Green+Blue) = 56+38+63=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 63 - color contains mainly: blue. Hex color #38263F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38263F is #C7D9C0. Grayscale: #2E2E2E. Windows color (decimal): -13097409 or 4138552. OLE color: 4138552.
HSL color Cylindrical-coordinate representation of color #38263F: hue angle of 283.2º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #38263F is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 38 | 63 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.75 |
| HSL | 283.2º | 0.25% | 0.2% | - |
| HSV(B) | 283.2º | 0.4% | 0.25% | - |
| XYZ | 3.22 | 2.59 | 5.03 | - |
| YUV | 46.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 38 | 63 | 0.11 | 0.40 | 0 | 0.75 | 283.2 | 0.25 | 0.2 |
| Hex | 38 | 26 | 3F | B | 28 | 0 | 4B | 11B | 19 | 14 |
| Octal | 70 | 46 | 77 | 13 | 50 | 0 | 113 | 433 | 31 | 24 |
| Binary | 111000 | 100110 | 111111 | 1011 | 101000 | 0 | 1001011 | 100011011 | 11001 | 10100 |
Color Harmonies of #38263F
Complementary color
Monochromatic Colors of #38263F
Black with #38263F
Text Example
Text Example
White with #38263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38263F; }
p { color: rgb(56,38,63); }
H1.HeaderClassName
{
color: #38263F;
}
.AnyTagClassName
{
color: #38263F;
}
</style>
background-color css
<style>
a { background-color: #38263F; }
a { background-color: rgb(56,38,63); }
div.DivClassName
{
background-color: #38263F;
}
.BgClassName
{
background-color: #38263F;
}
</style>
border-color css
<style>
span { border-color: #38263F; }
span { border-color: rgb(56,38,63); }
td.TdClassName
{
border-color: #38263F;
}
.TagClassName
{
border-color: #38263F;
}
</style>