Shades of Blackcurrant #1A0237
Tints of Blackcurrant #1A0237
RGB
CMYK
RGB Variations
Color information
#1A0237 (or 0x1A0237) is known color: Blackcurrant. HEX triplet: 1A, 02 and 37. RGB value is (26,2,55). Sum of RGB (Red+Green+Blue) = 26+2+55=83 (10% of max value = 765). Red value is 26 (10.55% from 255 or 31.33% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 55 (21.88% from 255 or 66.27% from 83); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A0237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A0237 is #E5FDC8. Grayscale: #0F0F0F. Windows color (decimal): -15072713 or 3605018. OLE color: 3605018.
HSL color Cylindrical-coordinate representation of color #1A0237: hue angle of 267.17º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1A0237 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 2 | 55 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.78 |
| HSL | 267.17º | 0.93% | 0.11% | - |
| HSV(B) | 267.17º | 0.96% | 0.22% | - |
| XYZ | 1.14 | 0.54 | 3.66 | - |
| YUV | 15.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 2 | 55 | 0.53 | 0.96 | 0 | 0.78 | 267.17 | 0.93 | 0.11 |
| Hex | 1A | 2 | 37 | 35 | 60 | 0 | 4E | 10B | 5D | B |
| Octal | 32 | 2 | 67 | 65 | 140 | 0 | 116 | 413 | 135 | 13 |
| Binary | 11010 | 10 | 110111 | 110101 | 1100000 | 0 | 1001110 | 100001011 | 1011101 | 1011 |
Color Harmonies of #1A0237
Complementary color
Monochromatic Colors of #1A0237
Black with #1A0237
Text Example
Text Example
White with #1A0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A0237; }
p { color: rgb(26,2,55); }
H1.HeaderClassName
{
color: #1A0237;
}
.AnyTagClassName
{
color: #1A0237;
}
</style>
background-color css
<style>
a { background-color: #1A0237; }
a { background-color: rgb(26,2,55); }
div.DivClassName
{
background-color: #1A0237;
}
.BgClassName
{
background-color: #1A0237;
}
</style>
border-color css
<style>
span { border-color: #1A0237; }
span { border-color: rgb(26,2,55); }
td.TdClassName
{
border-color: #1A0237;
}
.TagClassName
{
border-color: #1A0237;
}
</style>