#200937

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

Shades of Blackcurrant #200937

Tints of Blackcurrant #200937

Color information

#200937 (or 0x200937) is unknown color: approx Blackcurrant. HEX triplet: 20, 09 and 37. RGB value is (32,9,55). Sum of RGB (Red+Green+Blue) = 32+9+55=96 (12% of max value = 765). Red value is 32 (12.89% from 255 or 33.33% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 55 (21.88% from 255 or 57.29% from 96); Max value from RGB is 55 - color contains mainly: blue. Hex color #200937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200937 is #DFF6C8. Grayscale: #141414. Windows color (decimal): -14677705 or 3606816. OLE color: 3606816.

HSL color Cylindrical-coordinate representation of color #200937: hue angle of 270º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #200937 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB32955-
CMYK0.420.8400.78
HSL270º71.88%12.55%-
HSV(B)270º83.64%21.57%-
XYZ1.380.783.69-
YUV21.12147.12135.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 33.33%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 55 (21.88% from 255) = 57.29%
R=33.33%
G=9.38%
B=57.29%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal329550.420.8400.7827071.8812.55
Hex209372A5404E10e48d
Octal40116752124011641611015
Binary100000100111011110101010101000100111010000111010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200937; }

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

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

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

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

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

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

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

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