Shades of Blackcurrant #38233F
Tints of Blackcurrant #38233F
RGB
CMYK
RGB Variations
Color information
#38233F (or 0x38233F) is known color: Blackcurrant. HEX triplet: 38, 23 and 3F. RGB value is (56,35,63). Sum of RGB (Red+Green+Blue) = 56+35+63=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 35 (14.06% from 255 or 22.73% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 63 - color contains mainly: blue. Hex color #38233F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38233F is #C7DCC0. Grayscale: #2C2C2C. Windows color (decimal): -13098177 or 4137784. OLE color: 4137784.
HSL color Cylindrical-coordinate representation of color #38233F: hue angle of 285º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #38233F is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 35 | 63 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.75 |
| HSL | 285º | 0.29% | 0.19% | - |
| HSV(B) | 285º | 0.44% | 0.25% | - |
| XYZ | 3.13 | 2.4 | 5 | - |
| YUV | 44.47 | 138.46 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 35 | 63 | 0.11 | 0.44 | 0 | 0.75 | 285 | 0.29 | 0.19 |
| Hex | 38 | 23 | 3F | B | 2C | 0 | 4B | 11D | 1D | 13 |
| Octal | 70 | 43 | 77 | 13 | 54 | 0 | 113 | 435 | 35 | 23 |
| Binary | 111000 | 100011 | 111111 | 1011 | 101100 | 0 | 1001011 | 100011101 | 11101 | 10011 |
Color Harmonies of #38233F
Complementary color
Monochromatic Colors of #38233F
Black with #38233F
Text Example
Text Example
White with #38233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38233F; }
p { color: rgb(56,35,63); }
H1.HeaderClassName
{
color: #38233F;
}
.AnyTagClassName
{
color: #38233F;
}
</style>
background-color css
<style>
a { background-color: #38233F; }
a { background-color: rgb(56,35,63); }
div.DivClassName
{
background-color: #38233F;
}
.BgClassName
{
background-color: #38233F;
}
</style>
border-color css
<style>
span { border-color: #38233F; }
span { border-color: rgb(56,35,63); }
td.TdClassName
{
border-color: #38233F;
}
.TagClassName
{
border-color: #38233F;
}
</style>