Shades of Blackcurrant #26083F
Tints of Blackcurrant #26083F
RGB
CMYK
RGB Variations
Color information
#26083F (or 0x26083F) is known color: Blackcurrant. HEX triplet: 26, 08 and 3F. RGB value is (38,8,63). Sum of RGB (Red+Green+Blue) = 38+8+63=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 63 (25% from 255 or 57.80% from 109); Max value from RGB is 63 - color contains mainly: blue. Hex color #26083F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26083F is #D9F7C0. Grayscale: #171717. Windows color (decimal): -14284737 or 4130854. OLE color: 4130854.
HSL color Cylindrical-coordinate representation of color #26083F: hue angle of 272.73º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26083F is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 38 | 8 | 63 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.75 |
| HSL | 272.73º | 0.77% | 0.14% | - |
| HSV(B) | 272.73º | 0.87% | 0.25% | - |
| XYZ | 1.78 | 0.94 | 4.79 | - |
| YUV | 23.24 | 150.44 | 138.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 63 | 0.40 | 0.87 | 0 | 0.75 | 272.73 | 0.77 | 0.14 |
| Hex | 26 | 8 | 3F | 28 | 57 | 0 | 4B | 111 | 4D | E |
| Octal | 46 | 10 | 77 | 50 | 127 | 0 | 113 | 421 | 115 | 16 |
| Binary | 100110 | 1000 | 111111 | 101000 | 1010111 | 0 | 1001011 | 100010001 | 1001101 | 1110 |
Color Harmonies of #26083F
Complementary color
Monochromatic Colors of #26083F
Black with #26083F
Text Example
Text Example
White with #26083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26083F; }
p { color: rgb(38,8,63); }
H1.HeaderClassName
{
color: #26083F;
}
.AnyTagClassName
{
color: #26083F;
}
</style>
background-color css
<style>
a { background-color: #26083F; }
a { background-color: rgb(38,8,63); }
div.DivClassName
{
background-color: #26083F;
}
.BgClassName
{
background-color: #26083F;
}
</style>
border-color css
<style>
span { border-color: #26083F; }
span { border-color: rgb(38,8,63); }
td.TdClassName
{
border-color: #26083F;
}
.TagClassName
{
border-color: #26083F;
}
</style>