Shades of Blackcurrant #200F3A
Tints of Blackcurrant #200F3A
RGB
CMYK
RGB Variations
Color information
#200F3A (or 0x200F3A) is known color: Blackcurrant. HEX triplet: 20, 0F and 3A. RGB value is (32,15,58). Sum of RGB (Red+Green+Blue) = 32+15+58=105 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.48% from 105); Green value is 15 (6.25% from 255 or 14.29% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #200F3A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F3A is #DFF0C5. Grayscale: #181818. Windows color (decimal): -14676166 or 3804960. OLE color: 3804960.
HSL color Cylindrical-coordinate representation of color #200F3A: hue angle of 263.72º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #200F3A is Cyan = 0.45, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
RGB | 32 | 15 | 58 | - |
CMYK | 0.45 | 0.74 | 0 | 0.77 |
HSL | 263.72º | 0.59% | 0.14% | - |
HSV(B) | 263.72º | 0.74% | 0.23% | - |
XYZ | 1.53 | 0.95 | 4.11 | - |
YUV | 24.99 | 146.63 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 15 | 58 | 0.45 | 0.74 | 0 | 0.77 | 263.72 | 0.59 | 0.14 |
Hex | 20 | F | 3A | 2D | 4A | 0 | 4D | 108 | 3B | E |
Octal | 40 | 17 | 72 | 55 | 112 | 0 | 115 | 410 | 73 | 16 |
Binary | 100000 | 1111 | 111010 | 101101 | 1001010 | 0 | 1001101 | 100001000 | 111011 | 1110 |
Color Harmonies of #200F3A
Complementary color
Monochromatic Colors of #200F3A
Black with #200F3A
Text Example
Text Example
White with #200F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F3A; }
p { color: rgb(32,15,58); }
H1.HeaderClassName
{
color: #200F3A;
}
.AnyTagClassName
{
color: #200F3A;
}
</style>
background-color css
<style>
a { background-color: #200F3A; }
a { background-color: rgb(32,15,58); }
div.DivClassName
{
background-color: #200F3A;
}
.BgClassName
{
background-color: #200F3A;
}
</style>
border-color css
<style>
span { border-color: #200F3A; }
span { border-color: rgb(32,15,58); }
td.TdClassName
{
border-color: #200F3A;
}
.TagClassName
{
border-color: #200F3A;
}
</style>