Shades of Blackcurrant #26092F
Tints of Blackcurrant #26092F
RGB
CMYK
RGB Variations
Color information
#26092F (or 0x26092F) is known color: Blackcurrant. HEX triplet: 26, 09 and 2F. RGB value is (38,9,47). Sum of RGB (Red+Green+Blue) = 38+9+47=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #26092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26092F is #D9F6D0. Grayscale: #151515. Windows color (decimal): -14284497 or 3082534. OLE color: 3082534.
HSL color Cylindrical-coordinate representation of color #26092F: hue angle of 285.79º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26092F is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 38 | 9 | 47 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.82 |
| HSL | 285.79º | 0.68% | 0.11% | - |
| HSV(B) | 285.79º | 0.81% | 0.18% | - |
| XYZ | 1.41 | 0.81 | 2.77 | - |
| YUV | 22 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 9 | 47 | 0.19 | 0.81 | 0 | 0.82 | 285.79 | 0.68 | 0.11 |
| Hex | 26 | 9 | 2F | 13 | 51 | 0 | 52 | 11E | 44 | B |
| Octal | 46 | 11 | 57 | 23 | 121 | 0 | 122 | 436 | 104 | 13 |
| Binary | 100110 | 1001 | 101111 | 10011 | 1010001 | 0 | 1010010 | 100011110 | 1000100 | 1011 |
Color Harmonies of #26092F
Complementary color
Monochromatic Colors of #26092F
Black with #26092F
Text Example
Text Example
White with #26092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26092F; }
p { color: rgb(38,9,47); }
H1.HeaderClassName
{
color: #26092F;
}
.AnyTagClassName
{
color: #26092F;
}
</style>
background-color css
<style>
a { background-color: #26092F; }
a { background-color: rgb(38,9,47); }
div.DivClassName
{
background-color: #26092F;
}
.BgClassName
{
background-color: #26092F;
}
</style>
border-color css
<style>
span { border-color: #26092F; }
span { border-color: rgb(38,9,47); }
td.TdClassName
{
border-color: #26092F;
}
.TagClassName
{
border-color: #26092F;
}
</style>