Shades of Blackcurrant #10022F
Tints of Blackcurrant #10022F
RGB
CMYK
RGB Variations
Color information
#10022F (or 0x10022F) is known color: Blackcurrant. HEX triplet: 10, 02 and 2F. RGB value is (16,2,47). Sum of RGB (Red+Green+Blue) = 16+2+47=65 (8% of max value = 765). Red value is 16 (6.64% from 255 or 24.62% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 47 (18.75% from 255 or 72.31% from 65); Max value from RGB is 47 - color contains mainly: blue. Hex color #10022F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10022F is #EFFDD0. Grayscale: #0B0B0B. Windows color (decimal): -15728081 or 3080720. OLE color: 3080720.
HSL color Cylindrical-coordinate representation of color #10022F: hue angle of 258.67º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #10022F is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 2 | 47 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.82 |
| HSL | 258.67º | 0.92% | 0.1% | - |
| HSV(B) | 258.67º | 0.96% | 0.18% | - |
| XYZ | 0.75 | 0.36 | 2.72 | - |
| YUV | 11.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 2 | 47 | 0.66 | 0.96 | 0 | 0.82 | 258.67 | 0.92 | 0.1 |
| Hex | 10 | 2 | 2F | 42 | 60 | 0 | 52 | 103 | 5C | A |
| Octal | 20 | 2 | 57 | 102 | 140 | 0 | 122 | 403 | 134 | 12 |
| Binary | 10000 | 10 | 101111 | 1000010 | 1100000 | 0 | 1010010 | 100000011 | 1011100 | 1010 |
Color Harmonies of #10022F
Complementary color
Monochromatic Colors of #10022F
Black with #10022F
Text Example
Text Example
White with #10022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10022F; }
p { color: rgb(16,2,47); }
H1.HeaderClassName
{
color: #10022F;
}
.AnyTagClassName
{
color: #10022F;
}
</style>
background-color css
<style>
a { background-color: #10022F; }
a { background-color: rgb(16,2,47); }
div.DivClassName
{
background-color: #10022F;
}
.BgClassName
{
background-color: #10022F;
}
</style>
border-color css
<style>
span { border-color: #10022F; }
span { border-color: rgb(16,2,47); }
td.TdClassName
{
border-color: #10022F;
}
.TagClassName
{
border-color: #10022F;
}
</style>