Shades of Blackcurrant #26153C
Tints of Blackcurrant #26153C
RGB
CMYK
RGB Variations
Color information
#26153C (or 0x26153C) is known color: Blackcurrant. HEX triplet: 26, 15 and 3C. RGB value is (38,21,60). Sum of RGB (Red+Green+Blue) = 38+21+60=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 21 (8.59% from 255 or 17.65% from 119); Blue value is 60 (23.83% from 255 or 50.42% from 119); Max value from RGB is 60 - color contains mainly: blue. Hex color #26153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26153C is #D9EAC3. Grayscale: #1E1E1E. Windows color (decimal): -14281412 or 3937574. OLE color: 3937574.
HSL color Cylindrical-coordinate representation of color #26153C: hue angle of 266.15º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #26153C is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 21 | 60 | - |
| CMYK | 0.37 | 0.65 | 0 | 0.76 |
| HSL | 266.15º | 0.48% | 0.16% | - |
| HSV(B) | 266.15º | 0.65% | 0.24% | - |
| XYZ | 1.88 | 1.27 | 4.42 | - |
| YUV | 30.53 | 144.63 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 21 | 60 | 0.37 | 0.65 | 0 | 0.76 | 266.15 | 0.48 | 0.16 |
| Hex | 26 | 15 | 3C | 25 | 41 | 0 | 4C | 10A | 30 | 10 |
| Octal | 46 | 25 | 74 | 45 | 101 | 0 | 114 | 412 | 60 | 20 |
| Binary | 100110 | 10101 | 111100 | 100101 | 1000001 | 0 | 1001100 | 100001010 | 110000 | 10000 |
Color Harmonies of #26153C
Complementary color
Monochromatic Colors of #26153C
Black with #26153C
Text Example
Text Example
White with #26153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26153C; }
p { color: rgb(38,21,60); }
H1.HeaderClassName
{
color: #26153C;
}
.AnyTagClassName
{
color: #26153C;
}
</style>
background-color css
<style>
a { background-color: #26153C; }
a { background-color: rgb(38,21,60); }
div.DivClassName
{
background-color: #26153C;
}
.BgClassName
{
background-color: #26153C;
}
</style>
border-color css
<style>
span { border-color: #26153C; }
span { border-color: rgb(38,21,60); }
td.TdClassName
{
border-color: #26153C;
}
.TagClassName
{
border-color: #26153C;
}
</style>