Shades of Blackcurrant #260D43
Tints of Blackcurrant #260D43
RGB
CMYK
RGB Variations
Color information
#260D43 (or 0x260D43) is known color: Blackcurrant. HEX triplet: 26, 0D and 43. RGB value is (38,13,67). Sum of RGB (Red+Green+Blue) = 38+13+67=118 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.20% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 67 (26.56% from 255 or 56.78% from 118); Max value from RGB is 67 - color contains mainly: blue. Hex color #260D43 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260D43 is #D9F2BC. Grayscale: #1A1A1A. Windows color (decimal): -14283453 or 4394278. OLE color: 4394278.
HSL color Cylindrical-coordinate representation of color #260D43: hue angle of 267.78º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #260D43 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 38 | 13 | 67 | - |
| CMYK | 0.43 | 0.81 | 0 | 0.74 |
| HSL | 267.78º | 0.68% | 0.16% | - |
| HSV(B) | 267.78º | 0.81% | 0.26% | - |
| XYZ | 1.96 | 1.11 | 5.42 | - |
| YUV | 26.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 67 | 0.43 | 0.81 | 0 | 0.74 | 267.78 | 0.68 | 0.16 |
| Hex | 26 | D | 43 | 2B | 51 | 0 | 4A | 10C | 44 | 10 |
| Octal | 46 | 15 | 103 | 53 | 121 | 0 | 112 | 414 | 104 | 20 |
| Binary | 100110 | 1101 | 1000011 | 101011 | 1010001 | 0 | 1001010 | 100001100 | 1000100 | 10000 |
Color Harmonies of #260D43
Complementary color
Monochromatic Colors of #260D43
Black with #260D43
Text Example
Text Example
White with #260D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260D43; }
p { color: rgb(38,13,67); }
H1.HeaderClassName
{
color: #260D43;
}
.AnyTagClassName
{
color: #260D43;
}
</style>
background-color css
<style>
a { background-color: #260D43; }
a { background-color: rgb(38,13,67); }
div.DivClassName
{
background-color: #260D43;
}
.BgClassName
{
background-color: #260D43;
}
</style>
border-color css
<style>
span { border-color: #260D43; }
span { border-color: rgb(38,13,67); }
td.TdClassName
{
border-color: #260D43;
}
.TagClassName
{
border-color: #260D43;
}
</style>