Shades of Blackcurrant #200A3E
Tints of Blackcurrant #200A3E
RGB
CMYK
RGB Variations
Color information
#200A3E (or 0x200A3E) is known color: Blackcurrant. HEX triplet: 20, 0A and 3E. RGB value is (32,10,62). Sum of RGB (Red+Green+Blue) = 32+10+62=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 62 (24.61% from 255 or 59.62% from 104); Max value from RGB is 62 - color contains mainly: blue. Hex color #200A3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A3E is #DFF5C1. Grayscale: #161616. Windows color (decimal): -14677442 or 4065824. OLE color: 4065824.
HSL color Cylindrical-coordinate representation of color #200A3E: hue angle of 265.38º 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 #200A3E is Cyan = 0.48, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 10 | 62 | - |
| CMYK | 0.48 | 0.84 | 0 | 0.76 |
| HSL | 265.38º | 0.72% | 0.14% | - |
| HSV(B) | 265.38º | 0.84% | 0.24% | - |
| XYZ | 1.57 | 0.87 | 4.64 | - |
| YUV | 22.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 62 | 0.48 | 0.84 | 0 | 0.76 | 265.38 | 0.72 | 0.14 |
| Hex | 20 | A | 3E | 30 | 54 | 0 | 4C | 109 | 48 | E |
| Octal | 40 | 12 | 76 | 60 | 124 | 0 | 114 | 411 | 110 | 16 |
| Binary | 100000 | 1010 | 111110 | 110000 | 1010100 | 0 | 1001100 | 100001001 | 1001000 | 1110 |
Color Harmonies of #200A3E
Complementary color
Monochromatic Colors of #200A3E
Black with #200A3E
Text Example
Text Example
White with #200A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A3E; }
p { color: rgb(32,10,62); }
H1.HeaderClassName
{
color: #200A3E;
}
.AnyTagClassName
{
color: #200A3E;
}
</style>
background-color css
<style>
a { background-color: #200A3E; }
a { background-color: rgb(32,10,62); }
div.DivClassName
{
background-color: #200A3E;
}
.BgClassName
{
background-color: #200A3E;
}
</style>
border-color css
<style>
span { border-color: #200A3E; }
span { border-color: rgb(32,10,62); }
td.TdClassName
{
border-color: #200A3E;
}
.TagClassName
{
border-color: #200A3E;
}
</style>