Shades of Blackcurrant #26083C
Tints of Blackcurrant #26083C
RGB
CMYK
RGB Variations
Color information
#26083C (or 0x26083C) is known color: Blackcurrant. HEX triplet: 26, 08 and 3C. RGB value is (38,8,60). Sum of RGB (Red+Green+Blue) = 38+8+60=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #26083C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26083C is #D9F7C3. Grayscale: #161616. Windows color (decimal): -14284740 or 3934246. OLE color: 3934246.
HSL color Cylindrical-coordinate representation of color #26083C: hue angle of 274.62º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26083C is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 38 | 8 | 60 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.76 |
| HSL | 274.62º | 0.76% | 0.13% | - |
| HSV(B) | 274.62º | 0.87% | 0.24% | - |
| XYZ | 1.7 | 0.91 | 4.36 | - |
| YUV | 22.9 | 148.94 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 60 | 0.37 | 0.87 | 0 | 0.76 | 274.62 | 0.76 | 0.13 |
| Hex | 26 | 8 | 3C | 25 | 57 | 0 | 4C | 113 | 4C | D |
| Octal | 46 | 10 | 74 | 45 | 127 | 0 | 114 | 423 | 114 | 15 |
| Binary | 100110 | 1000 | 111100 | 100101 | 1010111 | 0 | 1001100 | 100010011 | 1001100 | 1101 |
Color Harmonies of #26083C
Complementary color
Monochromatic Colors of #26083C
Black with #26083C
Text Example
Text Example
White with #26083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26083C; }
p { color: rgb(38,8,60); }
H1.HeaderClassName
{
color: #26083C;
}
.AnyTagClassName
{
color: #26083C;
}
</style>
background-color css
<style>
a { background-color: #26083C; }
a { background-color: rgb(38,8,60); }
div.DivClassName
{
background-color: #26083C;
}
.BgClassName
{
background-color: #26083C;
}
</style>
border-color css
<style>
span { border-color: #26083C; }
span { border-color: rgb(38,8,60); }
td.TdClassName
{
border-color: #26083C;
}
.TagClassName
{
border-color: #26083C;
}
</style>