Shades of Blackcurrant #200A3D
Tints of Blackcurrant #200A3D
RGB
CMYK
RGB Variations
Color information
#200A3D (or 0x200A3D) is known color: Blackcurrant. HEX triplet: 20, 0A and 3D. RGB value is (32,10,61). Sum of RGB (Red+Green+Blue) = 32+10+61=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 10 (4.30% from 255 or 9.71% from 103); Blue value is 61 (24.22% from 255 or 59.22% from 103); Max value from RGB is 61 - color contains mainly: blue. Hex color #200A3D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A3D is #DFF5C2. Grayscale: #161616. Windows color (decimal): -14677443 or 4000288. OLE color: 4000288.
HSL color Cylindrical-coordinate representation of color #200A3D: hue angle of 265.88º 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 #200A3D is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 10 | 61 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.76 |
| HSL | 265.88º | 0.72% | 0.14% | - |
| HSV(B) | 265.88º | 0.84% | 0.24% | - |
| XYZ | 1.55 | 0.86 | 4.5 | - |
| YUV | 22.39 | 149.79 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 61 | 0.48 | 0.84 | 0 | 0.76 | 265.88 | 0.72 | 0.14 |
| Hex | 20 | A | 3D | 30 | 54 | 0 | 4C | 10A | 48 | E |
| Octal | 40 | 12 | 75 | 60 | 124 | 0 | 114 | 412 | 110 | 16 |
| Binary | 100000 | 1010 | 111101 | 110000 | 1010100 | 0 | 1001100 | 100001010 | 1001000 | 1110 |
Color Harmonies of #200A3D
Complementary color
Monochromatic Colors of #200A3D
Black with #200A3D
Text Example
Text Example
White with #200A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A3D; }
p { color: rgb(32,10,61); }
H1.HeaderClassName
{
color: #200A3D;
}
.AnyTagClassName
{
color: #200A3D;
}
</style>
background-color css
<style>
a { background-color: #200A3D; }
a { background-color: rgb(32,10,61); }
div.DivClassName
{
background-color: #200A3D;
}
.BgClassName
{
background-color: #200A3D;
}
</style>
border-color css
<style>
span { border-color: #200A3D; }
span { border-color: rgb(32,10,61); }
td.TdClassName
{
border-color: #200A3D;
}
.TagClassName
{
border-color: #200A3D;
}
</style>