Shades of Blackcurrant #261C30
Tints of Blackcurrant #261C30
RGB
CMYK
RGB Variations
Color information
#261C30 (or 0x261C30) is known color: Blackcurrant. HEX triplet: 26, 1C and 30. RGB value is (38,28,48). Sum of RGB (Red+Green+Blue) = 38+28+48=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 48 (19.14% from 255 or 42.11% from 114); Max value from RGB is 48 - color contains mainly: blue. Hex color #261C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #261C30 is #D9E3CF. Grayscale: #212121. Windows color (decimal): -14279632 or 3152934. OLE color: 3152934.
HSL color Cylindrical-coordinate representation of color #261C30: hue angle of 270º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #261C30 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 28 | 48 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.81 |
| HSL | 270º | 0.26% | 0.15% | - |
| HSV(B) | 270º | 0.42% | 0.19% | - |
| XYZ | 1.75 | 1.46 | 2.99 | - |
| YUV | 33.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 28 | 48 | 0.21 | 0.42 | 0 | 0.81 | 270 | 0.26 | 0.15 |
| Hex | 26 | 1C | 30 | 15 | 2A | 0 | 51 | 10E | 1A | F |
| Octal | 46 | 34 | 60 | 25 | 52 | 0 | 121 | 416 | 32 | 17 |
| Binary | 100110 | 11100 | 110000 | 10101 | 101010 | 0 | 1010001 | 100001110 | 11010 | 1111 |
Color Harmonies of #261C30
Complementary color
Monochromatic Colors of #261C30
Black with #261C30
Text Example
Text Example
White with #261C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261C30; }
p { color: rgb(38,28,48); }
H1.HeaderClassName
{
color: #261C30;
}
.AnyTagClassName
{
color: #261C30;
}
</style>
background-color css
<style>
a { background-color: #261C30; }
a { background-color: rgb(38,28,48); }
div.DivClassName
{
background-color: #261C30;
}
.BgClassName
{
background-color: #261C30;
}
</style>
border-color css
<style>
span { border-color: #261C30; }
span { border-color: rgb(38,28,48); }
td.TdClassName
{
border-color: #261C30;
}
.TagClassName
{
border-color: #261C30;
}
</style>