Shades of Blackcurrant #200A3C
Tints of Blackcurrant #200A3C
RGB
CMYK
RGB Variations
Color information
#200A3C (or 0x200A3C) is known color: Blackcurrant. HEX triplet: 20, 0A and 3C. RGB value is (32,10,60). Sum of RGB (Red+Green+Blue) = 32+10+60=102 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.37% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #200A3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A3C is #DFF5C3. Grayscale: #161616. Windows color (decimal): -14677444 or 3934752. OLE color: 3934752.
HSL color Cylindrical-coordinate representation of color #200A3C: hue angle of 266.4º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #200A3C is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 32 | 10 | 60 | - |
| CMYK | 0.47 | 0.83 | 0 | 0.76 |
| HSL | 266.4º | 0.71% | 0.14% | - |
| HSV(B) | 266.4º | 0.83% | 0.24% | - |
| XYZ | 1.52 | 0.85 | 4.36 | - |
| YUV | 22.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 10 | 60 | 0.47 | 0.83 | 0 | 0.76 | 266.4 | 0.71 | 0.14 |
| Hex | 20 | A | 3C | 2F | 53 | 0 | 4C | 10A | 47 | E |
| Octal | 40 | 12 | 74 | 57 | 123 | 0 | 114 | 412 | 107 | 16 |
| Binary | 100000 | 1010 | 111100 | 101111 | 1010011 | 0 | 1001100 | 100001010 | 1000111 | 1110 |
Color Harmonies of #200A3C
Complementary color
Monochromatic Colors of #200A3C
Black with #200A3C
Text Example
Text Example
White with #200A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200A3C; }
p { color: rgb(32,10,60); }
H1.HeaderClassName
{
color: #200A3C;
}
.AnyTagClassName
{
color: #200A3C;
}
</style>
background-color css
<style>
a { background-color: #200A3C; }
a { background-color: rgb(32,10,60); }
div.DivClassName
{
background-color: #200A3C;
}
.BgClassName
{
background-color: #200A3C;
}
</style>
border-color css
<style>
span { border-color: #200A3C; }
span { border-color: rgb(32,10,60); }
td.TdClassName
{
border-color: #200A3C;
}
.TagClassName
{
border-color: #200A3C;
}
</style>