Shades of Blackcurrant #26153D
Tints of Blackcurrant #26153D
RGB
CMYK
RGB Variations
Color information
#26153D (or 0x26153D) is known color: Blackcurrant. HEX triplet: 26, 15 and 3D. RGB value is (38,21,61). Sum of RGB (Red+Green+Blue) = 38+21+61=120 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.67% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #26153D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26153D is #D9EAC2. Grayscale: #1E1E1E. Windows color (decimal): -14281411 or 4003110. OLE color: 4003110.
HSL color Cylindrical-coordinate representation of color #26153D: hue angle of 265.5º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26153D is Cyan = 0.38, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 21 | 61 | - |
| CMYK | 0.38 | 0.66 | 0 | 0.76 |
| HSL | 265.5º | 0.49% | 0.16% | - |
| HSV(B) | 265.5º | 0.66% | 0.24% | - |
| XYZ | 1.91 | 1.29 | 4.56 | - |
| YUV | 30.64 | 145.13 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 61 | 0.38 | 0.66 | 0 | 0.76 | 265.5 | 0.49 | 0.16 |
| Hex | 26 | 15 | 3D | 26 | 42 | 0 | 4C | 10A | 31 | 10 |
| Octal | 46 | 25 | 75 | 46 | 102 | 0 | 114 | 412 | 61 | 20 |
| Binary | 100110 | 10101 | 111101 | 100110 | 1000010 | 0 | 1001100 | 100001010 | 110001 | 10000 |
Color Harmonies of #26153D
Complementary color
Monochromatic Colors of #26153D
Black with #26153D
Text Example
Text Example
White with #26153D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26153D; }
p { color: rgb(38,21,61); }
H1.HeaderClassName
{
color: #26153D;
}
.AnyTagClassName
{
color: #26153D;
}
</style>
background-color css
<style>
a { background-color: #26153D; }
a { background-color: rgb(38,21,61); }
div.DivClassName
{
background-color: #26153D;
}
.BgClassName
{
background-color: #26153D;
}
</style>
border-color css
<style>
span { border-color: #26153D; }
span { border-color: rgb(38,21,61); }
td.TdClassName
{
border-color: #26153D;
}
.TagClassName
{
border-color: #26153D;
}
</style>