Shades of Blackcurrant #260F32
Tints of Blackcurrant #260F32
RGB
CMYK
RGB Variations
Color information
#260F32 (or 0x260F32) is known color: Blackcurrant. HEX triplet: 26, 0F and 32. RGB value is (38,15,50). Sum of RGB (Red+Green+Blue) = 38+15+50=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #260F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260F32 is #D9F0CD. Grayscale: #191919. Windows color (decimal): -14282958 or 3280678. OLE color: 3280678.
HSL color Cylindrical-coordinate representation of color #260F32: hue angle of 279.43º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #260F32 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 15 | 50 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.80 |
| HSL | 279.43º | 0.54% | 0.13% | - |
| HSV(B) | 279.43º | 0.7% | 0.2% | - |
| XYZ | 1.55 | 0.98 | 3.13 | - |
| YUV | 25.87 | 141.62 | 136.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 50 | 0.24 | 0.70 | 0 | 0.80 | 279.43 | 0.54 | 0.13 |
| Hex | 26 | F | 32 | 18 | 46 | 0 | 50 | 117 | 36 | D |
| Octal | 46 | 17 | 62 | 30 | 106 | 0 | 120 | 427 | 66 | 15 |
| Binary | 100110 | 1111 | 110010 | 11000 | 1000110 | 0 | 1010000 | 100010111 | 110110 | 1101 |
Color Harmonies of #260F32
Complementary color
Monochromatic Colors of #260F32
Black with #260F32
Text Example
Text Example
White with #260F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260F32; }
p { color: rgb(38,15,50); }
H1.HeaderClassName
{
color: #260F32;
}
.AnyTagClassName
{
color: #260F32;
}
</style>
background-color css
<style>
a { background-color: #260F32; }
a { background-color: rgb(38,15,50); }
div.DivClassName
{
background-color: #260F32;
}
.BgClassName
{
background-color: #260F32;
}
</style>
border-color css
<style>
span { border-color: #260F32; }
span { border-color: rgb(38,15,50); }
td.TdClassName
{
border-color: #260F32;
}
.TagClassName
{
border-color: #260F32;
}
</style>