Shades of Blackcurrant #210A3E
Tints of Blackcurrant #210A3E
RGB
CMYK
RGB Variations
Color information
#210A3E (or 0x210A3E) is known color: Blackcurrant. HEX triplet: 21, 0A and 3E. RGB value is (33,10,62). Sum of RGB (Red+Green+Blue) = 33+10+62=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 62 (24.61% from 255 or 59.05% from 105); Max value from RGB is 62 - color contains mainly: blue. Hex color #210A3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210A3E is #DEF5C1. Grayscale: #161616. Windows color (decimal): -14611906 or 4065825. OLE color: 4065825.
HSL color Cylindrical-coordinate representation of color #210A3E: hue angle of 266.54º 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 #210A3E is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 10 | 62 | - |
| CMYK | 0.47 | 0.84 | 0 | 0.76 |
| HSL | 266.54º | 0.72% | 0.14% | - |
| HSV(B) | 266.54º | 0.84% | 0.24% | - |
| XYZ | 1.61 | 0.89 | 4.64 | - |
| YUV | 22.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 10 | 62 | 0.47 | 0.84 | 0 | 0.76 | 266.54 | 0.72 | 0.14 |
| Hex | 21 | A | 3E | 2F | 54 | 0 | 4C | 10B | 48 | E |
| Octal | 41 | 12 | 76 | 57 | 124 | 0 | 114 | 413 | 110 | 16 |
| Binary | 100001 | 1010 | 111110 | 101111 | 1010100 | 0 | 1001100 | 100001011 | 1001000 | 1110 |
Color Harmonies of #210A3E
Complementary color
Monochromatic Colors of #210A3E
Black with #210A3E
Text Example
Text Example
White with #210A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210A3E; }
p { color: rgb(33,10,62); }
H1.HeaderClassName
{
color: #210A3E;
}
.AnyTagClassName
{
color: #210A3E;
}
</style>
background-color css
<style>
a { background-color: #210A3E; }
a { background-color: rgb(33,10,62); }
div.DivClassName
{
background-color: #210A3E;
}
.BgClassName
{
background-color: #210A3E;
}
</style>
border-color css
<style>
span { border-color: #210A3E; }
span { border-color: rgb(33,10,62); }
td.TdClassName
{
border-color: #210A3E;
}
.TagClassName
{
border-color: #210A3E;
}
</style>