Shades of Blackcurrant #262428
Tints of Blackcurrant #262428
RGB
CMYK
RGB Variations
Color information
#262428 (or 0x262428) is known color: Blackcurrant. HEX triplet: 26, 24 and 28. RGB value is (38,36,40). Sum of RGB (Red+Green+Blue) = 38+36+40=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 36 (14.45% from 255 or 31.58% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 40 - color contains mainly: blue. Hex color #262428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262428 is #D9DBD7. Grayscale: #252525. Windows color (decimal): -14277592 or 2630694. OLE color: 2630694.
HSL color Cylindrical-coordinate representation of color #262428: hue angle of 270º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #262428 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 38 | 36 | 40 | - |
| CMYK | 0.05 | 0.10 | 0 | 0.84 |
| HSL | 270º | 0.05% | 0.15% | - |
| HSV(B) | 270º | 0.1% | 0.16% | - |
| XYZ | 1.81 | 1.83 | 2.26 | - |
| YUV | 37.05 | 129.66 | 128.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 40 | 0.05 | 0.10 | 0 | 0.84 | 270 | 0.05 | 0.15 |
| Hex | 26 | 24 | 28 | 5 | A | 0 | 54 | 10E | 5 | F |
| Octal | 46 | 44 | 50 | 5 | 12 | 0 | 124 | 416 | 5 | 17 |
| Binary | 100110 | 100100 | 101000 | 101 | 1010 | 0 | 1010100 | 100001110 | 101 | 1111 |
Color Harmonies of #262428
Complementary color
Monochromatic Colors of #262428
Black with #262428
Text Example
Text Example
White with #262428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262428; }
p { color: rgb(38,36,40); }
H1.HeaderClassName
{
color: #262428;
}
.AnyTagClassName
{
color: #262428;
}
</style>
background-color css
<style>
a { background-color: #262428; }
a { background-color: rgb(38,36,40); }
div.DivClassName
{
background-color: #262428;
}
.BgClassName
{
background-color: #262428;
}
</style>
border-color css
<style>
span { border-color: #262428; }
span { border-color: rgb(38,36,40); }
td.TdClassName
{
border-color: #262428;
}
.TagClassName
{
border-color: #262428;
}
</style>