#200842

Color #200842 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #200842

Tints of Blackcurrant #200842

Color information

#200842 (or 0x200842) is unknown color: approx Blackcurrant. HEX triplet: 20, 08 and 42. RGB value is (32,8,66). Sum of RGB (Red+Green+Blue) = 32+8+66=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 66 (26.17% from 255 or 62.26% from 106); Max value from RGB is 66 - color contains mainly: blue. Hex color #200842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200842 is #DFF7BD. Grayscale: #151515. Windows color (decimal): -14677950 or 4327456. OLE color: 4327456.

HSL color Cylindrical-coordinate representation of color #200842: hue angle of 264.83º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #200842 is Cyan = 0.52, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB32866-
CMYK0.520.8800.74
HSL264.83º78.38%14.51%-
HSV(B)264.83º87.88%25.88%-
XYZ1.670.875.24-
YUV21.79152.95135.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 30.19%
GREEN value IS 8 (3.52% from 255) = 7.55%
BLUE value IS 66 (26.17% from 255) = 62.26%
R=30.19%
G=7.55%
B=62.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal328660.520.8800.74264.8378.3814.51
Hex20842345804A1094ef
Octal401010264130011241111617
Binary1000001000100001011010010110000100101010000100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200842; }

 p { color: rgb(32,8,66); }

 H1.HeaderClassName
 {
   color: #200842;
 }
 .AnyTagClassName
 {
   color: #200842;
 }
</style>
background-color css

<style>
 a { background-color: #200842; }

 a { background-color: rgb(32,8,66); }

 div.DivClassName
 {
   background-color: #200842;
 }
 .BgClassName
 {
   background-color: #200842;
 }
</style>
border-color css

<style>
 span { border-color: #200842; }

 span { border-color: rgb(32,8,66); }

 td.TdClassName
 {
   border-color: #200842;
 }
 .TagClassName
 {
   border-color: #200842;
 }
</style>