#200941

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

Shades of Blackcurrant #200941

Tints of Blackcurrant #200941

Color information

#200941 (or 0x200941) is unknown color: approx Blackcurrant. HEX triplet: 20, 09 and 41. RGB value is (32,9,65). Sum of RGB (Red+Green+Blue) = 32+9+65=106 (14% of max value = 765). Red value is 32 (12.89% from 255 or 30.19% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #200941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200941 is #DFF6BE. Grayscale: #161616. Windows color (decimal): -14677695 or 4262176. OLE color: 4262176.

HSL color Cylindrical-coordinate representation of color #200941: hue angle of 264.64º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #200941 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB32965-
CMYK0.510.8600.75
HSL264.64º75.68%14.51%-
HSV(B)264.64º86.15%25.49%-
XYZ1.650.885.08-
YUV22.26152.12134.95-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 30.19%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 65 (25.78% from 255) = 61.32%
R=30.19%
G=8.49%
B=61.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal329650.510.8600.75264.6475.6814.51
Hex20941335604B1094cf
Octal401110163126011341111417
Binary1000001001100000111001110101100100101110000100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200941; }

 p { color: rgb(32,9,65); }

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

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

 a { background-color: rgb(32,9,65); }

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

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

 span { border-color: rgb(32,9,65); }

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