Shades of Blackcurrant #261735
Tints of Blackcurrant #261735
RGB
CMYK
RGB Variations
Color information
#261735 (or 0x261735) is known color: Blackcurrant. HEX triplet: 26, 17 and 35. RGB value is (38,23,53). Sum of RGB (Red+Green+Blue) = 38+23+53=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 53 (21.09% from 255 or 46.49% from 114); Max value from RGB is 53 - color contains mainly: blue. Hex color #261735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261735 is #D9E8CA. Grayscale: #1E1E1E. Windows color (decimal): -14280907 or 3479334. OLE color: 3479334.
HSL color Cylindrical-coordinate representation of color #261735: hue angle of 270º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #261735 is Cyan = 0.28, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 38 | 23 | 53 | - |
| CMYK | 0.28 | 0.57 | 0 | 0.79 |
| HSL | 270º | 0.39% | 0.15% | - |
| HSV(B) | 270º | 0.57% | 0.21% | - |
| XYZ | 1.75 | 1.28 | 3.52 | - |
| YUV | 30.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 23 | 53 | 0.28 | 0.57 | 0 | 0.79 | 270 | 0.39 | 0.15 |
| Hex | 26 | 17 | 35 | 1C | 39 | 0 | 4F | 10E | 27 | F |
| Octal | 46 | 27 | 65 | 34 | 71 | 0 | 117 | 416 | 47 | 17 |
| Binary | 100110 | 10111 | 110101 | 11100 | 111001 | 0 | 1001111 | 100001110 | 100111 | 1111 |
Color Harmonies of #261735
Complementary color
Monochromatic Colors of #261735
Black with #261735
Text Example
Text Example
White with #261735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261735; }
p { color: rgb(38,23,53); }
H1.HeaderClassName
{
color: #261735;
}
.AnyTagClassName
{
color: #261735;
}
</style>
background-color css
<style>
a { background-color: #261735; }
a { background-color: rgb(38,23,53); }
div.DivClassName
{
background-color: #261735;
}
.BgClassName
{
background-color: #261735;
}
</style>
border-color css
<style>
span { border-color: #261735; }
span { border-color: rgb(38,23,53); }
td.TdClassName
{
border-color: #261735;
}
.TagClassName
{
border-color: #261735;
}
</style>