Shades of Blackcurrant #26033C
Tints of Blackcurrant #26033C
RGB
CMYK
RGB Variations
Color information
#26033C (or 0x26033C) is known color: Blackcurrant. HEX triplet: 26, 03 and 3C. RGB value is (38,3,60). Sum of RGB (Red+Green+Blue) = 38+3+60=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #26033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26033C is #D9FCC3. Grayscale: #131313. Windows color (decimal): -14286020 or 3932966. OLE color: 3932966.
HSL color Cylindrical-coordinate representation of color #26033C: hue angle of 276.84º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #26033C is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 3 | 60 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.76 |
| HSL | 276.84º | 0.9% | 0.12% | - |
| HSV(B) | 276.84º | 0.95% | 0.24% | - |
| XYZ | 1.65 | 0.8 | 4.34 | - |
| YUV | 19.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 3 | 60 | 0.37 | 0.95 | 0 | 0.76 | 276.84 | 0.9 | 0.12 |
| Hex | 26 | 3 | 3C | 25 | 5F | 0 | 4C | 115 | 5A | C |
| Octal | 46 | 3 | 74 | 45 | 137 | 0 | 114 | 425 | 132 | 14 |
| Binary | 100110 | 11 | 111100 | 100101 | 1011111 | 0 | 1001100 | 100010101 | 1011010 | 1100 |
Color Harmonies of #26033C
Complementary color
Monochromatic Colors of #26033C
Black with #26033C
Text Example
Text Example
White with #26033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26033C; }
p { color: rgb(38,3,60); }
H1.HeaderClassName
{
color: #26033C;
}
.AnyTagClassName
{
color: #26033C;
}
</style>
background-color css
<style>
a { background-color: #26033C; }
a { background-color: rgb(38,3,60); }
div.DivClassName
{
background-color: #26033C;
}
.BgClassName
{
background-color: #26033C;
}
</style>
border-color css
<style>
span { border-color: #26033C; }
span { border-color: rgb(38,3,60); }
td.TdClassName
{
border-color: #26033C;
}
.TagClassName
{
border-color: #26033C;
}
</style>