#200037

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

Shades of Blackcurrant #200037

Tints of Blackcurrant #200037

Color information

#200037 (or 0x200037) is unknown color: approx Blackcurrant. HEX triplet: 20, 00 and 37. RGB value is (32,0,55). Sum of RGB (Red+Green+Blue) = 32+0+55=87 (11% of max value = 765). Red value is 32 (12.89% from 255 or 36.78% from 87); Green value is 0 (0.39% from 255 or 0% from 87); Blue value is 55 (21.88% from 255 or 63.22% from 87); Max value from RGB is 55 - color contains mainly: blue. Hex color #200037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200037 is #DFFFC8. Grayscale: #0F0F0F. Windows color (decimal): -14680009 or 3604512. OLE color: 3604512.

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

Color convert

RGB32055-
CMYK0.42100.78
HSL274.91º100%10.78%-
HSV(B)274.91º100%21.57%-
XYZ1.290.583.66-
YUV15.84150.1139.53-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 36.78%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 55 (21.88% from 255) = 63.22%
R=36.78%
G=0%
B=63.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal320550.42100.78274.9110010.78
Hex200372A6404E11364b
Octal4006752144011642314413
Binary100000011011110101011001000100111010001001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200037; }

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

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

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

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

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

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

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

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