Shades of Blackcurrant #210A3D
Tints of Blackcurrant #210A3D
RGB
CMYK
RGB Variations
Color information
#210A3D (or 0x210A3D) is known color: Blackcurrant. HEX triplet: 21, 0A and 3D. RGB value is (33,10,61). Sum of RGB (Red+Green+Blue) = 33+10+61=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 61 (24.22% from 255 or 58.65% from 104); Max value from RGB is 61 - color contains mainly: blue. Hex color #210A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A3D is #DEF5C2. Grayscale: #161616. Windows color (decimal): -14611907 or 4000289. OLE color: 4000289.
HSL color Cylindrical-coordinate representation of color #210A3D: hue angle of 267.06º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #210A3D is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 10 | 61 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.76 |
| HSL | 267.06º | 0.72% | 0.14% | - |
| HSV(B) | 267.06º | 0.84% | 0.24% | - |
| XYZ | 1.58 | 0.88 | 4.5 | - |
| YUV | 22.69 | 149.62 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 61 | 0.46 | 0.84 | 0 | 0.76 | 267.06 | 0.72 | 0.14 |
| Hex | 21 | A | 3D | 2E | 54 | 0 | 4C | 10B | 48 | E |
| Octal | 41 | 12 | 75 | 56 | 124 | 0 | 114 | 413 | 110 | 16 |
| Binary | 100001 | 1010 | 111101 | 101110 | 1010100 | 0 | 1001100 | 100001011 | 1001000 | 1110 |
Color Harmonies of #210A3D
Complementary color
Monochromatic Colors of #210A3D
Black with #210A3D
Text Example
Text Example
White with #210A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A3D; }
p { color: rgb(33,10,61); }
H1.HeaderClassName
{
color: #210A3D;
}
.AnyTagClassName
{
color: #210A3D;
}
</style>
background-color css
<style>
a { background-color: #210A3D; }
a { background-color: rgb(33,10,61); }
div.DivClassName
{
background-color: #210A3D;
}
.BgClassName
{
background-color: #210A3D;
}
</style>
border-color css
<style>
span { border-color: #210A3D; }
span { border-color: rgb(33,10,61); }
td.TdClassName
{
border-color: #210A3D;
}
.TagClassName
{
border-color: #210A3D;
}
</style>