Shades of Blackcurrant #261830
Tints of Blackcurrant #261830
RGB
CMYK
RGB Variations
Color information
#261830 (or 0x261830) is known color: Blackcurrant. HEX triplet: 26, 18 and 30. RGB value is (38,24,48). Sum of RGB (Red+Green+Blue) = 38+24+48=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #261830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261830 is #D9E7CF. Grayscale: #1E1E1E. Windows color (decimal): -14280656 or 3151910. OLE color: 3151910.
HSL color Cylindrical-coordinate representation of color #261830: hue angle of 275º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #261830 is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 24 | 48 | - |
| CMYK | 0.21 | 0.5 | 0 | 0.81 |
| HSL | 275º | 0.33% | 0.14% | - |
| HSV(B) | 275º | 0.5% | 0.19% | - |
| XYZ | 1.66 | 1.28 | 2.96 | - |
| YUV | 30.92 | 137.64 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 48 | 0.21 | 0.5 | 0 | 0.81 | 275 | 0.33 | 0.14 |
| Hex | 26 | 18 | 30 | 15 | 32 | 0 | 51 | 113 | 21 | E |
| Octal | 46 | 30 | 60 | 25 | 62 | 0 | 121 | 423 | 41 | 16 |
| Binary | 100110 | 11000 | 110000 | 10101 | 110010 | 0 | 1010001 | 100010011 | 100001 | 1110 |
Color Harmonies of #261830
Complementary color
Monochromatic Colors of #261830
Black with #261830
Text Example
Text Example
White with #261830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261830; }
p { color: rgb(38,24,48); }
H1.HeaderClassName
{
color: #261830;
}
.AnyTagClassName
{
color: #261830;
}
</style>
background-color css
<style>
a { background-color: #261830; }
a { background-color: rgb(38,24,48); }
div.DivClassName
{
background-color: #261830;
}
.BgClassName
{
background-color: #261830;
}
</style>
border-color css
<style>
span { border-color: #261830; }
span { border-color: rgb(38,24,48); }
td.TdClassName
{
border-color: #261830;
}
.TagClassName
{
border-color: #261830;
}
</style>