Shades of Blackcurrant #100225
Tints of Blackcurrant #100225
RGB
CMYK
RGB Variations
Color information
#100225 (or 0x100225) is known color: Blackcurrant. HEX triplet: 10, 02 and 25. RGB value is (16,2,37). Sum of RGB (Red+Green+Blue) = 16+2+37=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 37 (14.84% from 255 or 67.27% from 55); Max value from RGB is 37 - color contains mainly: blue. Hex color #100225 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100225 is #EFFDDA. Grayscale: #0A0A0A. Windows color (decimal): -15728091 or 2425360. OLE color: 2425360.
HSL color Cylindrical-coordinate representation of color #100225: hue angle of 264º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #100225 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 16 | 2 | 37 | - |
| CMYK | 0.57 | 0.95 | 0 | 0.85 |
| HSL | 264º | 0.9% | 0.08% | - |
| HSV(B) | 264º | 0.95% | 0.15% | - |
| XYZ | 0.57 | 0.29 | 1.78 | - |
| YUV | 10.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 37 | 0.57 | 0.95 | 0 | 0.85 | 264 | 0.9 | 0.08 |
| Hex | 10 | 2 | 25 | 39 | 5F | 0 | 55 | 108 | 5A | 8 |
| Octal | 20 | 2 | 45 | 71 | 137 | 0 | 125 | 410 | 132 | 10 |
| Binary | 10000 | 10 | 100101 | 111001 | 1011111 | 0 | 1010101 | 100001000 | 1011010 | 1000 |
Color Harmonies of #100225
Complementary color
Monochromatic Colors of #100225
Black with #100225
Text Example
Text Example
White with #100225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100225; }
p { color: rgb(16,2,37); }
H1.HeaderClassName
{
color: #100225;
}
.AnyTagClassName
{
color: #100225;
}
</style>
background-color css
<style>
a { background-color: #100225; }
a { background-color: rgb(16,2,37); }
div.DivClassName
{
background-color: #100225;
}
.BgClassName
{
background-color: #100225;
}
</style>
border-color css
<style>
span { border-color: #100225; }
span { border-color: rgb(16,2,37); }
td.TdClassName
{
border-color: #100225;
}
.TagClassName
{
border-color: #100225;
}
</style>