Shades of Blackcurrant #260834
Tints of Blackcurrant #260834
RGB
CMYK
RGB Variations
Color information
#260834 (or 0x260834) is known color: Blackcurrant. HEX triplet: 26, 08 and 34. RGB value is (38,8,52). Sum of RGB (Red+Green+Blue) = 38+8+52=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 52 (20.70% from 255 or 53.06% from 98); Max value from RGB is 52 - color contains mainly: blue. Hex color #260834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260834 is #D9F7CB. Grayscale: #151515. Windows color (decimal): -14284748 or 3409958. OLE color: 3409958.
HSL color Cylindrical-coordinate representation of color #260834: hue angle of 280.91º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #260834 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 8 | 52 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.80 |
| HSL | 280.91º | 0.73% | 0.12% | - |
| HSV(B) | 280.91º | 0.85% | 0.2% | - |
| XYZ | 1.51 | 0.83 | 3.33 | - |
| YUV | 21.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 52 | 0.27 | 0.85 | 0 | 0.80 | 280.91 | 0.73 | 0.12 |
| Hex | 26 | 8 | 34 | 1B | 55 | 0 | 50 | 119 | 49 | C |
| Octal | 46 | 10 | 64 | 33 | 125 | 0 | 120 | 431 | 111 | 14 |
| Binary | 100110 | 1000 | 110100 | 11011 | 1010101 | 0 | 1010000 | 100011001 | 1001001 | 1100 |
Color Harmonies of #260834
Complementary color
Monochromatic Colors of #260834
Black with #260834
Text Example
Text Example
White with #260834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260834; }
p { color: rgb(38,8,52); }
H1.HeaderClassName
{
color: #260834;
}
.AnyTagClassName
{
color: #260834;
}
</style>
background-color css
<style>
a { background-color: #260834; }
a { background-color: rgb(38,8,52); }
div.DivClassName
{
background-color: #260834;
}
.BgClassName
{
background-color: #260834;
}
</style>
border-color css
<style>
span { border-color: #260834; }
span { border-color: rgb(38,8,52); }
td.TdClassName
{
border-color: #260834;
}
.TagClassName
{
border-color: #260834;
}
</style>