#200137

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

Shades of Blackcurrant #200137

Tints of Blackcurrant #200137

Color information

#200137 (or 0x200137) is unknown color: approx Blackcurrant. HEX triplet: 20, 01 and 37. RGB value is (32,1,55). Sum of RGB (Red+Green+Blue) = 32+1+55=88 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.36% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 55 (21.88% from 255 or 62.5% from 88); Max value from RGB is 55 - color contains mainly: blue. Hex color #200137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200137 is #DFFEC8. Grayscale: #101010. Windows color (decimal): -14679753 or 3604768. OLE color: 3604768.

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

Color convert

RGB32155-
CMYK0.420.9800.78
HSL274.44º96.43%10.98%-
HSV(B)274.44º98.18%21.57%-
XYZ1.30.63.66-
YUV16.42149.77139.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.36%
GREEN value IS 1 (0.78% from 255) = 1.14%
BLUE value IS 55 (21.88% from 255) = 62.5%
R=36.36%
G=1.14%
B=62.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal321550.420.9800.78274.4496.4310.98
Hex201372A6204E11260b
Octal4016752142011642214013
Binary100000111011110101011000100100111010001001011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200137; }

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

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

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

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

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

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

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

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