Shades of Blackcurrant #261030
Tints of Blackcurrant #261030
RGB
CMYK
RGB Variations
Color information
#261030 (or 0x261030) is known color: Blackcurrant. HEX triplet: 26, 10 and 30. RGB value is (38,16,48). Sum of RGB (Red+Green+Blue) = 38+16+48=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #261030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261030 is #D9EFCF. Grayscale: #1A1A1A. Windows color (decimal): -14282704 or 3149862. OLE color: 3149862.
HSL color Cylindrical-coordinate representation of color #261030: hue angle of 281.25º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #261030 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 38 | 16 | 48 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.81 |
| HSL | 281.25º | 0.5% | 0.13% | - |
| HSV(B) | 281.25º | 0.67% | 0.19% | - |
| XYZ | 1.52 | 1 | 2.91 | - |
| YUV | 26.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 16 | 48 | 0.21 | 0.67 | 0 | 0.81 | 281.25 | 0.5 | 0.13 |
| Hex | 26 | 10 | 30 | 15 | 43 | 0 | 51 | 119 | 32 | D |
| Octal | 46 | 20 | 60 | 25 | 103 | 0 | 121 | 431 | 62 | 15 |
| Binary | 100110 | 10000 | 110000 | 10101 | 1000011 | 0 | 1010001 | 100011001 | 110010 | 1101 |
Color Harmonies of #261030
Complementary color
Monochromatic Colors of #261030
Black with #261030
Text Example
Text Example
White with #261030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261030; }
p { color: rgb(38,16,48); }
H1.HeaderClassName
{
color: #261030;
}
.AnyTagClassName
{
color: #261030;
}
</style>
background-color css
<style>
a { background-color: #261030; }
a { background-color: rgb(38,16,48); }
div.DivClassName
{
background-color: #261030;
}
.BgClassName
{
background-color: #261030;
}
</style>
border-color css
<style>
span { border-color: #261030; }
span { border-color: rgb(38,16,48); }
td.TdClassName
{
border-color: #261030;
}
.TagClassName
{
border-color: #261030;
}
</style>