Shades of Blackcurrant #21083E
Tints of Blackcurrant #21083E
RGB
CMYK
RGB Variations
Color information
#21083E (or 0x21083E) is known color: Blackcurrant. HEX triplet: 21, 08 and 3E. RGB value is (33,8,62). Sum of RGB (Red+Green+Blue) = 33+8+62=103 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.04% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 62 (24.61% from 255 or 60.19% from 103); Max value from RGB is 62 - color contains mainly: blue. Hex color #21083E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21083E is #DEF7C1. Grayscale: #151515. Windows color (decimal): -14612418 or 4065313. OLE color: 4065313.
HSL color Cylindrical-coordinate representation of color #21083E: hue angle of 267.78º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21083E is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 33 | 8 | 62 | - |
| CMYK | 0.47 | 0.87 | 0 | 0.76 |
| HSL | 267.78º | 0.77% | 0.14% | - |
| HSV(B) | 267.78º | 0.87% | 0.24% | - |
| XYZ | 1.58 | 0.84 | 4.64 | - |
| YUV | 21.63 | 150.78 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 62 | 0.47 | 0.87 | 0 | 0.76 | 267.78 | 0.77 | 0.14 |
| Hex | 21 | 8 | 3E | 2F | 57 | 0 | 4C | 10C | 4D | E |
| Octal | 41 | 10 | 76 | 57 | 127 | 0 | 114 | 414 | 115 | 16 |
| Binary | 100001 | 1000 | 111110 | 101111 | 1010111 | 0 | 1001100 | 100001100 | 1001101 | 1110 |
Color Harmonies of #21083E
Complementary color
Monochromatic Colors of #21083E
Black with #21083E
Text Example
Text Example
White with #21083E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21083E; }
p { color: rgb(33,8,62); }
H1.HeaderClassName
{
color: #21083E;
}
.AnyTagClassName
{
color: #21083E;
}
</style>
background-color css
<style>
a { background-color: #21083E; }
a { background-color: rgb(33,8,62); }
div.DivClassName
{
background-color: #21083E;
}
.BgClassName
{
background-color: #21083E;
}
</style>
border-color css
<style>
span { border-color: #21083E; }
span { border-color: rgb(33,8,62); }
td.TdClassName
{
border-color: #21083E;
}
.TagClassName
{
border-color: #21083E;
}
</style>