Shades of Blackcurrant #200F38
Tints of Blackcurrant #200F38
RGB
CMYK
RGB Variations
Color information
#200F38 (or 0x200F38) is known color: Blackcurrant. HEX triplet: 20, 0F and 38. RGB value is (32,15,56). Sum of RGB (Red+Green+Blue) = 32+15+56=103 (13% of max value = 765). Red value is 32 (12.89% from 255 or 31.07% from 103); Green value is 15 (6.25% from 255 or 14.56% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #200F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200F38 is #DFF0C7. Grayscale: #181818. Windows color (decimal): -14676168 or 3673888. OLE color: 3673888.
HSL color Cylindrical-coordinate representation of color #200F38: hue angle of 264.88º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #200F38 is Cyan = 0.43, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 32 | 15 | 56 | - |
| CMYK | 0.43 | 0.73 | 0 | 0.78 |
| HSL | 264.88º | 0.58% | 0.14% | - |
| HSV(B) | 264.88º | 0.73% | 0.22% | - |
| XYZ | 1.48 | 0.93 | 3.84 | - |
| YUV | 24.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 15 | 56 | 0.43 | 0.73 | 0 | 0.78 | 264.88 | 0.58 | 0.14 |
| Hex | 20 | F | 38 | 2B | 49 | 0 | 4E | 109 | 3A | E |
| Octal | 40 | 17 | 70 | 53 | 111 | 0 | 116 | 411 | 72 | 16 |
| Binary | 100000 | 1111 | 111000 | 101011 | 1001001 | 0 | 1001110 | 100001001 | 111010 | 1110 |
Color Harmonies of #200F38
Complementary color
Monochromatic Colors of #200F38
Black with #200F38
Text Example
Text Example
White with #200F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #200F38; }
p { color: rgb(32,15,56); }
H1.HeaderClassName
{
color: #200F38;
}
.AnyTagClassName
{
color: #200F38;
}
</style>
background-color css
<style>
a { background-color: #200F38; }
a { background-color: rgb(32,15,56); }
div.DivClassName
{
background-color: #200F38;
}
.BgClassName
{
background-color: #200F38;
}
</style>
border-color css
<style>
span { border-color: #200F38; }
span { border-color: rgb(32,15,56); }
td.TdClassName
{
border-color: #200F38;
}
.TagClassName
{
border-color: #200F38;
}
</style>