Shades of Blackcurrant #261834
Tints of Blackcurrant #261834
RGB
CMYK
RGB Variations
Color information
#261834 (or 0x261834) is known color: Blackcurrant. HEX triplet: 26, 18 and 34. RGB value is (38,24,52). Sum of RGB (Red+Green+Blue) = 38+24+52=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 24 (9.77% from 255 or 21.05% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 52 - color contains mainly: blue. Hex color #261834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261834 is #D9E7CB. Grayscale: #1F1F1F. Windows color (decimal): -14280652 or 3414054. OLE color: 3414054.
HSL color Cylindrical-coordinate representation of color #261834: hue angle of 270º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #261834 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 24 | 52 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.80 |
| HSL | 270º | 0.37% | 0.15% | - |
| HSV(B) | 270º | 0.54% | 0.2% | - |
| XYZ | 1.75 | 1.31 | 3.41 | - |
| YUV | 31.38 | 139.64 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 24 | 52 | 0.27 | 0.54 | 0 | 0.80 | 270 | 0.37 | 0.15 |
| Hex | 26 | 18 | 34 | 1B | 36 | 0 | 50 | 10E | 25 | F |
| Octal | 46 | 30 | 64 | 33 | 66 | 0 | 120 | 416 | 45 | 17 |
| Binary | 100110 | 11000 | 110100 | 11011 | 110110 | 0 | 1010000 | 100001110 | 100101 | 1111 |
Color Harmonies of #261834
Complementary color
Monochromatic Colors of #261834
Black with #261834
Text Example
Text Example
White with #261834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261834; }
p { color: rgb(38,24,52); }
H1.HeaderClassName
{
color: #261834;
}
.AnyTagClassName
{
color: #261834;
}
</style>
background-color css
<style>
a { background-color: #261834; }
a { background-color: rgb(38,24,52); }
div.DivClassName
{
background-color: #261834;
}
.BgClassName
{
background-color: #261834;
}
</style>
border-color css
<style>
span { border-color: #261834; }
span { border-color: rgb(38,24,52); }
td.TdClassName
{
border-color: #261834;
}
.TagClassName
{
border-color: #261834;
}
</style>