Shades of Blackcurrant #261334
Tints of Blackcurrant #261334
RGB
CMYK
RGB Variations
Color information
#261334 (or 0x261334) is known color: Blackcurrant. HEX triplet: 26, 13 and 34. RGB value is (38,19,52). Sum of RGB (Red+Green+Blue) = 38+19+52=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #261334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261334 is #D9ECCB. Grayscale: #1C1C1C. Windows color (decimal): -14281932 or 3412774. OLE color: 3412774.
HSL color Cylindrical-coordinate representation of color #261334: hue angle of 274.55º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #261334 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 19 | 52 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.80 |
| HSL | 274.55º | 0.46% | 0.14% | - |
| HSV(B) | 274.55º | 0.63% | 0.2% | - |
| XYZ | 1.65 | 1.13 | 3.38 | - |
| YUV | 28.44 | 141.29 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 19 | 52 | 0.27 | 0.63 | 0 | 0.80 | 274.55 | 0.46 | 0.14 |
| Hex | 26 | 13 | 34 | 1B | 3F | 0 | 50 | 113 | 2E | E |
| Octal | 46 | 23 | 64 | 33 | 77 | 0 | 120 | 423 | 56 | 16 |
| Binary | 100110 | 10011 | 110100 | 11011 | 111111 | 0 | 1010000 | 100010011 | 101110 | 1110 |
Color Harmonies of #261334
Complementary color
Monochromatic Colors of #261334
Black with #261334
Text Example
Text Example
White with #261334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261334; }
p { color: rgb(38,19,52); }
H1.HeaderClassName
{
color: #261334;
}
.AnyTagClassName
{
color: #261334;
}
</style>
background-color css
<style>
a { background-color: #261334; }
a { background-color: rgb(38,19,52); }
div.DivClassName
{
background-color: #261334;
}
.BgClassName
{
background-color: #261334;
}
</style>
border-color css
<style>
span { border-color: #261334; }
span { border-color: rgb(38,19,52); }
td.TdClassName
{
border-color: #261334;
}
.TagClassName
{
border-color: #261334;
}
</style>